Advertisement
Guest User

version 1

a guest
Aug 14th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on right click holding a stick:
  2. make player execute command "/pogo"
  3.  
  4. command /pogo:
  5. trigger:
  6. if {command::%player's uuid%::last-usage} was less than a minute ago:
  7. message "&7[&e&lHumble&7] &cYou're on cooldown! &7Please wait one minute before using this again"
  8. stop
  9. if {command::%player's uuid%::last-usage} was more than minute ago:
  10. push player upwards
  11. message "eee"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement