Advertisement
tanisi30

Untitled

Jul 20th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. on rightclick:
  2. player is holding book
  3. if name of player's tool is "§dヒール":
  4. if {mp.%player%} >= 25:
  5. execute console command "/effect %player% minecraft:instant_health 1 0"
  6. execute console command "/execute %player% ~ ~ ~ /particle heart ~ ~ ~ 2 2 2 1 10"
  7. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.cat.ambient ambient @a[r=5]"
  8. remove 25 from {mp.%player%}
  9. stop
  10. if {mp.%player%} < 25:
  11. send "&cMPが足りない!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement