Advertisement
AurasPrivate

kit

Jun 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. command /kit:
  2. trigger:
  3. open chest with 4 rows named "&bKit Selection" to player
  4.  
  5.  
  6. on rightclick:
  7. if player's tool is a feather:
  8. if {push.%player%} is 1:
  9. message "&cYou currently have a cooldown!"
  10. else if {push.%player%} is 0:
  11. set {push.%player%} to 1
  12. push player in direction of player at speed 1.6
  13. wait 6 seconds
  14. set {push.%player%} to 0
  15. else if {push.%player%} is not set:
  16. set {push.%player%} to 1
  17. push player in direction of player at speed 1.6
  18. wait 6 seconds
  19. set {push.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement