Advertisement
daipon0512

Untitled

Mar 9th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. options:
  2. prefix: [KitPvP]
  3.  
  4. command /inf [<text>] [<text>]:
  5. permission:kitpvp.commands
  6. permission message:cこのコマンドを実行する権限がありません。
  7. trigger:
  8. if arg 1 is not set:
  9. send "&1Inf Commands:"
  10. if arg 1 is "setspawn":
  11. set {kitpvp.spawn} to player's location
  12. send "{@prefix} スポーン地点を設定しました."
  13. if arg 1 is "spawn":
  14. teleport player to {kitpvp.spawn}
  15. command /kits [<text>]:
  16. trigger:
  17. if arg-1 is not set:
  18. wait 1 ticks
  19. open chest with 1 row named "武器のカスタム" to player
  20. wait 1 ticks
  21. format slot 30 of player with wood sword named "剣士" to close then run [execute player command "/kits kisi"]
  22. format slot 3 of player with obsidian named "タンク" to close then run [execute player command "/kits tanku"]
  23. format slot 4 of player with bow named "弓兵" to close then run [execute player command "/kits yumihei"]
  24. format slot 5 of player with flint and steel named "パイロ" to close then run [execute player command "/kits pairo"]
  25. if player doesn't have permission "ks.ansatusya":
  26. format slot 6 of player with red stained glass pane named "暗殺者" with lore "&cこのキットは購入することで使用可能になります" to be unstealable
  27. if player has permission "kits.ansatusya":
  28. format slot 6 of player with feather named "暗殺者" with lore "&aこのキットは購入済みです" to close then run [execute player command "/kits ansatusya"]
  29. if arg-1 is "kisi":
  30. make console execute command "/effect %player% clear"
  31. clear player's inventory
  32. set slot 0 of player to iron sword
  33. set slot 1 of player to 16 bread
  34. equip player with chainmail chestplate
  35. equip player with chainmail boots
  36. message "{@prefix} あなたは剣士を選択しました!"
  37. teleport player to {kitpvp.spawn}
  38. stop
  39. if arg-1 is "tanku":
  40. make console execute command "/effect %player% clear"
  41. clear player's inventory
  42. set slot 0 of player to wood sword
  43. set slot 1 of player to 16 bread
  44. equip player with iron chestplate
  45. equip player with iron leggings
  46. message "{@prefix} あなたはタンクを選択しました!"
  47. teleport player to {kitpvp.spawn}
  48. stop
  49. if arg-1 is "yumihei":
  50. make console execute command "/effect %player% clear"
  51. clear player's inventory
  52. set slot 0 of player to bow
  53. set slot 1 of player to 16 bread
  54. set slot 2 of player to 64 arrows
  55. equip player with leather helmet
  56. equip player with chainmail chestplate
  57. message "{@prefix} あなたは弓兵を選択しました!"
  58. teleport player to {kitpvp.spawn}
  59. stop
  60. if arg-1 is "pairo":
  61. make console execute command "/effect %player% clear"
  62. clear player's inventory
  63. set slot 0 of player to stone sword
  64. set slot 1 of player to blaze rod of fire aspect 1
  65. set slot 2 of player to 16 bread
  66. equip player with leather chestplate
  67. equip player with iron leggings
  68. message "{@prefix} あなたはパイロを選択しました!"
  69. teleport player to {kitpvp.spawn}
  70. stop
  71. if arg-1 is "ansatusya":
  72. if player has permission "ks.ansatusya":
  73. make console execute command "/effect %player% clear"
  74. clear player's inventory
  75. set slot 0 of player to stone sword
  76. set slot 1 of player to 1 feather named "&aダッシュ"
  77. set slot 2 of player to 16 bread
  78. equip player with leather chestplate
  79. equip player with leather leggings
  80. message "{@prefix} あなたは暗殺者を選択しました!"
  81. teleport player to {kitpvp.spawn}
  82. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement