Advertisement
sora200507

Untitled

Jun 15th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. on eat of Cookie:
  2. cancel event
  3. name of held item contains "senbe_":
  4. remove 1 of held item from player
  5. execute console command "/effect %player% saturation 10 99"
  6. execute console command "/effect %player% haste 30 0"
  7. stop
  8. name of held item contains "おいしいくっきー":
  9. remove 1 of held item from player
  10. execute console command "/effect %player% saturation 10 99"
  11. execute console command "/effect %player% instant_health 100 99"
  12. broadcast "%player%&a:&f くっきーおいしいいいいい"
  13. stop
  14. on eat of apple:
  15. cancel event
  16. name of held item contains "リンゴ飴":
  17. remove 1 of held item from player
  18. execute console command "/effect %player% saturation 10 99"
  19. execute console command "/effect %player% haste 30 38"
  20. broadcast "%player%&a:&fリンゴ飴(^ω^)ペロペロ"
  21. stop
  22. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement