Advertisement
Blue_Tec

Untitled

Apr 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /shoki:
  2. permission: shoki.admin
  3. trigger:
  4. if {click.shoki.%player%} is true:
  5. set {click.shoki.%player%} to false
  6. message "&c無効"
  7. stop
  8. else:
  9. set {click.shoki.%player%} to true
  10. message "&a有効"
  11. stop
  12.  
  13. on rightclick:
  14. if {click.shoki.%player%} is true:
  15. set {click.shoki.1.%location of clicked block%} to true
  16.  
  17. on click:
  18. if {click.shoki.1.%location of clicked block%} is set:
  19. open chest with 3 rows named "&5&lゴミ箱 &c※戻りません" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement