Advertisement
daipon0512

Untitled

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