SHOW:
|
|
- or go back to the newest paste.
| 1 | #heal | |
| 2 | on rightclick holding 351:1: | |
| 3 | name of held item contains "§dHeal" | |
| 4 | message "§dHPを回復しました!" | |
| 5 | command "/effect %player% 6 1 1" | |
| 6 | command "/playsound entity.witch.drink master %player% ~ ~ ~ 1 1.2" | |
| 7 | command "/execute %player% ~ ~ ~ particle heart ~ ~ ~ 2 2 2 1 50" | |
| 8 | remove 1 of held item from player |