DESCRIPTION ThrowableTNT allows you to throw the TNT, with a simple left click. The plugin also lets you configure the permission to throw the ThrowableTNT, configure the speed at which you will throw the ThrowableTNT, configure in how long the ThrowableTNT will explode & configure a cooldown to prevent a launch of many ThrowableTNTs.
FEATURES
Customizable.
Configure the permission to throw the throwableTNT.
Configure the speed at which you will throw the ThrowableTNT.
Configure in how long the ThrowableTNT will explode.
Configure a cooldown to prevent a launch of many ThrowableTNTs.
COMMANDS /throwabletnt reload - To reload the config.
PERMISSIONS throwabletnt.reload
CONFIGURATION
Code (YAML):
Configuration:
ThrowableTNT:
Permission: "none"#Only players with this permission will be able to throw the ThrowableTNT. To give the permission to everyone, write "none". Velocity: 2
#Set at which speed you will throw the ThrowableTNT. FuseTime: 10
#Set in how long the ThrowableTNT will explode. Time is calculated in Seconds. Cooldown: 5
#Set a cooldown to avoid throwing many ThrowableTNTs together. Messages:
Prefix: "&7[&eThrowableTNT&7] >>" OnlyPlayers: "%prefix% &cYou're not a player! " NoPermission: "%prefix% &cYou can't do that!" WrongArgs: "%prefix% &cWrong Arguments!" ConfigReloaded: "%prefix% &aConfig Reloaded!" StillInCooldown: "%prefix% &cYou have to wait others %time% seconds!"