Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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. message "§6&l[Cooldown]&a5"
  8. wait 1 second
  9. message "§6&l[Cooldown]&a4"
  10. wait 1 second
  11. message "§6&l[Cooldown]&a3"
  12. wait 1 second
  13. message "§6&l[Cooldown]&a2"
  14. wait 1 second
  15. message "§6&l[Cooldown]&a1"
  16. set {heal.%player%} to 5
  17. while {heal.%player%} is not 0:
  18. wait 1 second
  19. subtract 1 from {heal.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement