Advertisement
Guest User

version 2

a guest
Aug 14th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on right click:
  2. push player upwards
  3.  
  4. command /whooosh:
  5. cooldown: 15 seconds
  6. cooldown message: "&7[&e&lHumble&7] &cYou're currently on cooldown! &7Wait 15 more seconds before re-using this!"
  7. trigger:
  8. if player is holding stick:
  9. push player upwards
  10. create an explosion of force 0 at the player
  11. send "whoosh"
  12. else if player is not holding stick:
  13. send "you cannot execute this command"
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement