Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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. set {heal.%player%} to 10
  7. while {heal.%player%} is not 0:
  8. wait 1 second
  9. subtract 1 from {heal.%player%}
  10. command "/title %player% actionbar {"text":"&a10"}"
  11. wait 1 second
  12. command "/title %player% actionbar {"text":"&a9"}"
  13. wait 1 second
  14. command "/title %player% actionbar {"text":"&a8"}"
  15. wait 1 second
  16. command "/title %player% actionbar {"text":"&a7"}"
  17. wait 1 second
  18. command "/title %player% actionbar {"text":"&a6"}"
  19. wait 1 second
  20. command "/title %player% actionbar {"text":"&a5"}"
  21. wait 1 second
  22. command "/title %player% actionbar {"text":"&a4"}"
  23. wait 1 second
  24. command "/title %player% actionbar {"text":"&a3"}"
  25. wait 1 second
  26. command "/title %player% actionbar {"text":"&a2"}"
  27. wait 1 second
  28. command "/title %player% actionbar {"text":"&a1"}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement