Turret Manager Free

Unverified Turret Manager Free 1.08

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:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

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


TURRET MANAGER FREE (BETA)


Easily manage the turrets on your server!
Each command is configurable by Permissions and can be configured to cost Ark Shop points

Commands


FILL - fills the turrets in your range.


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


Reload RCON command: TurretManagerFree.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"
                    }
                }
            }
        }
    }
}
Author
jraServerAPI
Downloads
168
Views
2,747
First release
Last update

Ratings

3.00 star(s) 1 ratings

More resources from jraServerAPI

Latest updates

  1. Version 1.08 Update

    fixed slight issue with /fill, it was sometimes returning too much of a refund ammo to the...
  2. Version 1.06 Update

    Fixed issue with /fill not working correctly, in certain situations if would duplicate bullets...
  3. Version 1.05 Update

    - Fixed issues with /fill not working correctly

Latest reviews

/fill works
Change range in config dont work, also change permission group in config dont work.

I will give 5 Stars when its fixed.

Otherwise, its great that he offers it for free at all.
jraServerAPI
jraServerAPI
there's a new release still waiting for approval
Back
Top