pz_neko

Untitled

Jan 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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 "&a&l[skill発動]&bHeal&6(10)"
  7. set {heal.%player%} to 10
  8. message "&a&l[skill再使用可能]&bHeal"
  9. while {heal.%player%} is not 0:
  10. wait 1 second
  11. subtract 1 from {heal.%player%}
  12. message "&a&l[skill再使用可能]&bHeal"
Advertisement
Add Comment
Please, Sign In to add comment