Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # This plugin shoots TNT from the player!
- #
- command /tnt:
- description: Shoots a TNT from the user
- usage: Do /tnt to shoot TNT from yourself
- permission: slashtnt.shoot
- permission message: &4You don't have the permission to use this command!
- trigger:
- {command.%player%.lastused} was less than 10 seconds ago:
- message "&4Please wait 10 seconds between uses of this command!"
- stop
- set {command.%player%.lastused} to now
- shoot tnt from player at speed 1 2 meter in front
Advertisement
Add Comment
Please, Sign In to add comment