Advertisement
taktie0304

Untitled

Jun 2nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. on rightclick holding a iron horse armor:
  2. name of held item contains "1000コイン購入券" with lore "クリックでお金が増えるよ":
  3. lore of held item contains"クリックでお金が増えるよ":
  4. remove event-item from player
  5. add 1000 to {coin.%uuid of player%}
  6. send "&a1000コイン追加されました!"
  7. if player is holding a iron horse armor named "10000コイン購入券" with lore "クリックでお金が増えるよ":
  8. remove iron horse armor named "10000コイン購入券" from player
  9. add 10000 to {coin.%uuid of player%}
  10. send "&a10000コイン追加されました!"
  11. if player is holding a iron horse armor named "100000コイン購入券" with lore "クリックでお金が増えるよ":
  12. remove iron horse armor named "100000コイン購入券" from player
  13. add 100000 to {coin.%uuid of player%}
  14. send "&a100000コイン追加されました!"
  15. if player is holding a iron horse armor named "1000000コイン購入券" with lore "右リックでお金が増えるよ":
  16. remove iron horse armor named "1000000コイン購入券" from player
  17. add 1000000 to {coin.%uuid of player%}
  18. send "&a1000000コイン追加されました!"
  19. if player is holding a iron horse armor named "1000コイン購入券" with lore "クリックで速度が上がるよ":
  20. remove iron horse armor named "ブースター購入券" from player
  21. command "effect %player% 3 600 9"
  22. send "&a採掘速度が10分間上昇しました"
  23. if player is holding a iron horse armor named "全員ブースター購入券" with lore "クリックで速度が全員上がるよ":
  24. remove iron horse armor named "全員ブースター購入券" from player
  25. command "effect @a 3 600 14"
  26. broadcast "&a%player%さんによって採掘速度が全員10分間上昇しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement