Advertisement
sa10000

Untitled

Aug 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /healskpok:
  2. trigger:
  3. if {cooldown.%player%} is true:
  4. stop
  5. cancel event
  6. if {cooldown.%player%} isn't set:
  7. set {cooldown.%player%} to false
  8. if {cooldown.%player%} is false:
  9. set {cooldown.%player%} to true
  10. execute command "give %player% diamond 2"
  11. message "&eYou have claimed your gift!"
  12. wait 30 seconds
  13. set {cooldown.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement