okun1234

vanish

Mar 31st, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /hide:
  2. permission: o.w.s
  3. trigger:
  4. hide all player from the players
  5. message "プレイヤーを非表示にしました。"
  6. stop
  7.  
  8. command /show:
  9. reveal all player from the players
  10. message "プレイヤーを表示しました"
  11. stop
  12.  
  13.  
  14. on join:
  15. loop all players:
  16. if {%loop-player%.vanish} is set:
  17. hide the loop-player from all players
Advertisement
Add Comment
Please, Sign In to add comment