Advertisement
daipon0512

Untitled

Mar 9th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 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                                     format slot 11 of player with wood sword named "AK-47" to close then run [execute player command "/kits kisi"]
  22. format slot 13 of player with obsidian named "タンク" to close then run [execute player command "/kits tanku"]
  23. format slot 15 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. stop
  32. if arg-1 is "tanku":
  33. make console execute command "/effect %player% clear"
  34. stop
  35. if arg-1 is "yumihei":
  36. make console execute command "/effect %player% clear"
  37. stop
  38. if arg-1 is "pairo":
  39. make console execute command "/effect %player% clear"
  40. stop
  41. if arg-1 is "ansatusya":
  42. if player has permission "ks.ansatusya":
  43. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement