Turret Manager FREE

Verified Turret Manager FREE 1.12

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

Website User Information:

On GameServersHub, developers can earn a "Verified" prefix tag for their resources. This tag indicates that the developer has been granted a website role to upload verified resources, which are generally of higher quality than unverified ones. By consistently providing dedicated and quality results for the gaming community, developers can earn this tag and showcase their commitment to providing top-notch content. So, if you're looking for the best gaming resources, be sure to keep an eye out for the "Verified" tag on GameServersHub.
PLEASE NOTE: This is a free lite version of the Turret Manager:

Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!


TURRET MANAGER FREE


Easily manage the turrets on your server!
Disables the automatic ammobox reload event and removes the timer from displaying on turrets.
Each command is configurable by Permissions and can be configured to cost Ark Shop points or Tokens via TokenBank!

Commands


FILL - fills the turrets in your range. To see the current range bubble use /filltest
/fill
/fill <filter>


Filter Examples: /fill tek /fill cannons /fill myturrets


TURRETS - a series of commands to control the turrets in your range. To see the current range bubble use /turretstest

TURRETS ON/OFF - turns the turrets in your range on or off
/turrets on
/turrets off
/turrets <filter> on
/turrets <filter> off


Filter Examples: /turrets tek on /turrets myturrets off


MORE EXAMPLES
/fill heavy
/turrets tek on
/fill cannon
/turrets cannon off


Reload RCON command: TurretManager.reload


JSON:
{
    "TurretManager":{
        "AccountID": "FREE",
        "Enabled": true,
        "RangeBubbleTrigger": "test",  // this gets appended to the chat command, this is used to display the range bubble.. eg.   /filltest
        "DisableAutoReloadTurretsFromAmmoBoxes": true,  // prevent the auto reloading from ammo boxes (the auto reloading can cause server lag, so this will prevent that)
 
        "GroupPermission": {
            "Default":{
                "Priority": 99,

                "FillTurretsEnabled": true,
                "FillTurretsUseTokens": false,
                "FillTurretsCommandCooldownInSeconds": 5,
                "FillTurretsPrice": 0,
                "FillTurretsRangeInFoundations": 80,
                "FillTurretsBlacklist": [],

                "TurretControlEnabled": true,
                "TurretControlUseTokens": false,
                "TurretControlCommandCooldownInSeconds": 5,
                "TurretControlPrice": 0,
                "TurretControlRangeInFoundations": 80,
                "TurretControlBlacklist": []
            }
        },

        "FillTurrets":{
            "Enabled": true,
            "ChatCommand": "/fill",
            "TokenName": "FillTurrets",
            "MasterBlacklist": []
        },
 
        "TurretControl":{
            "Enabled": true,
            "ChatCommand": "/turrets",
            "TokenName": "TurretControl",
            "MasterBlacklist": []
        },
 
        "Messages":{
            "GroupPermission": {
                "Default":{
                    "Priority": 99,
 
                    "NoPermission": "You do not have permission to use this command",
                    "PlayerHelpCommand": "All your available commands for Turret Manager have been printed out for you in the tab console. Press your tab twice to see the results.",
                    "PlayerHelpCommandResults": "Command: {} for {} {}",
                    "SenderNameInChat": "SERVER",
                    "NotEnabled": "This feature is not enabled on the server",
                    "NotEnoughTokens": "You don't have enough tokens to use this command",
                    "NoPoints": "You do not have enough points ({} needed)",
                    "CommandPurchased": "Command purchased for {} points",
                    "CommandCooldown": "You cannot use this command so quickly, try again in a moment",
                    "NoTurretsFound": "No turrets were found in your area",
                    "NoAmmo": "No ammo or not enough ammo was found in your inventory to fill turrets",
                    "NoAmmoNeeded": "The turrets in your area are already full",
                    "FillSuccess": "Filled {} turrets each with {} {}",
                    "TurretControlUsage": "Turret Manager Usage:\n/fill\n/fill heavy\n/turrets on\n/turrets off\n/turrets heavy on\n/turrets heavy off",
                    "Points": "Points",
                    "Tokens": "Tokens",
                    "Free": "Free",
                    "TurretLabel": "Turret",
                    "ControlCommands": {
                        "on": "on",
                        "off": "off"
                    }
                }
            }
        }
    }
}

PLUGIN SETUP
My plugins to use the groups Permissions instead of GroupName.

All plugins should have a Default config in your setup with a high priority number. Setup your VIP configs with lower priority numbers. (Admins will always get assigned the lowest priority when they log in)

Make sure you add the Default permission to your Default group.
If you're not using MySQL, then add it using the RCON command: Permissions.Grant Default Default

1666485429467.png

Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
Author
jraServerAPI
Downloads
805
Views
9,338
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from jraServerAPI

Latest updates

  1. Version 1.12 Update

    Fixed issue with DisableAutoReloadTurretsFromAmmoBoxes (this stops the lag from turret towers)...
  2. Version 1.11 Update

    - Fixed crash when using /fill no config file changes
  3. Version 1.10 Update

    - Fixed crash introduced in last version

Latest reviews

work perfectly.work perfectly.work perfectly.work perfectly.work perfectly.work perfectly.work perfectly.
Back
Top