Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on rightclick with Blaze Rod:
  2. if {heal.%player%} is not set:
  3. set {heal.%player%} to 0
  4. {heal.%player%} is 0
  5. command "/effect %player% 6 1 1"
  6. message "§dHPを回復しました!"
  7. set {heal.%player%} to 5
  8. while {heal.%player%} is not 0:
  9. wait 1 second
  10. subtract 1 from {heal.%player%}
  11. message "§6&l[Cooldown] &a5"
  12. wait 1 second
  13. message "§6&l[Cooldown] &a4"
  14. wait 1 second
  15. message "§6&l[Cooldown] &a3"
  16. wait 1 second
  17. message "§6&l[Cooldown] &a2"
  18. wait 1 second
  19. message "§6&l[Cooldown] &a1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement