pewax

Skript /TNT Plugin

Mar 31st, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #
  2. # This plugin shoots TNT from the player!
  3. #
  4.  
  5. command /tnt:
  6. description: Shoots a TNT from the user
  7. usage: Do /tnt to shoot TNT from yourself
  8. permission: slashtnt.shoot
  9. permission message: &4You don't have the permission to use this command!
  10. trigger:
  11. {command.%player%.lastused} was less than 10 seconds ago:
  12. message "&4Please wait 10 seconds between uses of this command!"
  13. stop
  14. set {command.%player%.lastused} to now
  15. shoot tnt from player at speed 1 2 meter in front
Advertisement
Add Comment
Please, Sign In to add comment