Advertisement
daipon0512

Untitled

Mar 9th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. command /constom [<text>]:
  2.     trigger:
  3.         if arg-1 is not set:
  4.             wait 1 ticks
  5.             open chest with 7 row named "武器のカスタム" to player
  6.             wait 1 ticks
  7.             format slot 30 of player with wood sword named "剣士" to close then run [execute player command "/kits kisi"]
  8.             format slot 3 of player with obsidian named "タンク" to close then run [execute player command "/kits tanku"]
  9.             format slot 4 of player with bow named "弓兵" to close then run [execute player command "/kits yumihei"]
  10.             format slot 5 of player with flint and steel named "パイロ" to close then run [execute player command "/kits pairo"]
  11.         if player doesn't have permission "ks.ansatusya":
  12.             format slot 6 of player with red stained glass pane named "暗殺者" with lore "&cこのキットは購入することで使用可能になります" to be unstealable
  13.         if player has permission "kits.ansatusya":
  14.             format slot 6 of player with feather named "暗殺者" with lore "&aこのキットは購入済みです" to close then run [execute player command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement