Throw down a turret while in battle. Config the time and ammo amount. including vip perms.
Config the gun, ammo amount, cooldown, and how long turret remains. See config example.
It will not target teammates..
Permissions
dropturret.use //permission is needed to get a turret via command
Commands
/dropturret // Get your self a drop turret, has cooldown.
dropturret <playerID> // Gives a player a drop turret via counsel command
Config the gun, ammo amount, cooldown, and how long turret remains. See config example.
It will not target teammates..
Permissions
dropturret.use //permission is needed to get a turret via command
Commands
/dropturret // Get your self a drop turret, has cooldown.
dropturret <playerID> // Gives a player a drop turret via counsel command
Code:
{
"Default": {
"Seconds to stay alive": 20,
"Can toss when in air": false,
"Turret Spawn No Less then 4.0 seconds after tossed": 4.0,
"Ammunition amount": 128,
"Turret SkinID": 1800326923,
"Cooldown before command usage again": 0,
"Cooldown before turret placement": 0,
"Turret Gun ID": 1545779598
},
"Vip settings": {
"VipInfo": {
"dropturret.vip": {
"live": 20,
"spawnTime": 4.0,
"ammo": 128,
"cooldownTime": 0,
"cooldownTimeturret": 0,
"TurretGun": -1812555177
}
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 10
}
}