Advertisement
dai_pon

Untitled

Mar 11th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Options:
  2. none: of player with black stained glass pane named "" to close
  3. locked: of player with black stained glass pane named "&c未開放" to close
  4. command /custom:
  5. trigger:
  6. open chest with 6 row named "武器の選択" to player
  7. wait 1 ticks
  8. set {_loop1} to 0
  9. loop 10 times:
  10. format slot {_loop1} {@none}
  11. add 1 to {_loop1}
  12. if player has permission "sk.ak47":
  13. format slot 2 of player with wood sword named "&6AK-47" to close then run [execute console command "/scoreboard players set %player% main 7"]
  14. else:
  15. format slot 10 {@locked}
  16. stop
  17. on right click holding book:
  18. name of held item contains "&e解放の書"
  19. execute console command "pex user %player% add sk.ak47"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement