Advertisement
taktie0304

Untitled

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