Advertisement
Jt1010

SH

Sep 8th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. command /sh <number>:
  2. trigger:
  3. if arg 1 is 1:
  4. if number of all emeralds in player's inventory <= 2:
  5. message "&4エメラルドが足りません"
  6. if number of all emeralds in player's inventory >= 2:
  7. command "/give %player% minecraft:bow 1 384 {ench:[{id:48,lvl:100}]}"
  8. command "/clear %player% emerald 0 2"
  9. if arg 1 is 2:
  10. if number of all emeralds in player's inventory <= 1:
  11. message "&4エメラルドが足りません"
  12. if number of all emeralds in player's inventory >= 1:
  13. command "/give %player% minecraft:arrow 1 0 {ench:[{id:48,lvl:0}]}"
  14. command "/clear %player% emerald 0 1"
  15. if arg 1 is 3:
  16. if {MURABITO::*} contains player:
  17. send "&4あなたは人狼ではありません"
  18. else:
  19. if number of all emeralds in player's inventory <= 4:
  20. message "&4エメラルドが足りません"
  21. if number of all emeralds in player's inventory >= 4:
  22. command "/give %player% minecraft:stone_axe 1 131 {ench:[{id:16,lvl:50}]}"
  23. command "/clear %player% emerald 0 4"
  24. if arg 1 is 4:
  25. if {MURABITO::*} contains player:
  26. send "&4あなたは共犯ではありません"
  27. else:
  28. if number of all emeralds in player's inventory <= 4:
  29. message "&4エメラルドが足りません"
  30. if number of all emeralds in player's inventory >= 4:
  31. give player end crystal named "&4&l共犯の目"
  32. command "/clear %player% emerald 0 4"
  33. if arg 1 is 5:
  34. if number of all emeralds in player's inventory <= 3:
  35. message "&4エメラルドが足りません"
  36. if number of all emeralds in player's inventory >= 3:
  37. give player snowball named "&7&lStun grenade"
  38. command "/clear %player% emerald 0 3"
  39. if arg 1 is 6:
  40. if number of all emeralds in player's inventory <= 5:
  41. message "&4エメラルドが足りません"
  42. if number of all emeralds in player's inventory >= 5:
  43. give player nether star named "&2&l占いの目"
  44. command "/clear %player% emerald 0 5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement