CREAMPAN0408

Untitled

Jan 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 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. heal player
  6. set {heal.%player%} to 10
  7. while {heal.%player%} is not 0:
  8. wait 1 second
  9. subtract 1 from {heal.%player%}
  10. if player's tool is Blaze Rod:
  11. send action bar from "<lime>%{heal.%player%}%" to player
  12.  
  13.  
  14. on rightclick with Blaze Powder:
  15. {heal.%player%} is more than 2
  16. subtract 3 from {heal.%player%}
  17. remove 1 Blaze Powder from player
Advertisement
Add Comment
Please, Sign In to add comment