PLEASE NOTE: This is a free lite version of the Turret Manager:
gameservershub.com
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
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
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
Plugin - Turret Manager
PLEASE NOTE: After you purchase a license, please visit my Discord Channel for file access https://discord.gg/TFSY7fEqT7 IF YOU HAVE ANY ISSUES BUYING FROM HERE you can also purchase from my Official Webstore located at...

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
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!