-Added Ammunition for Turrets option.
-Added
/dt giveammo <turret> <jugador> <amount> command to give Ammunition to players.
-Added activation button for Turrets. You can enable or disable one of your turrets whenever you want. This will be needed to add ammo to your turret.
-Modified the informationHologram message (Added %error% variable. This line will appear in the hologram when some error is detected in your turret.)
Code (Text):
informationHologram:
- "&8[&6%turret_name%&8]"
- "&7Owner: &a%owner%"
- "&7Level: &a%level%"
- "&7Damage: &a%min%&8-&a%max%"
- "%error%"
-Fixed bug in 1.13+ when turrets try to shoot in underground caves.