maozou

hide show

Nov 23rd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. command /players [<text>]:
  2. permission:sk.hide
  3. trigger:
  4. if arg 1 is "hide":
  5. send "&6他のプレイヤーを&4非表示&6にしました。"
  6. hide all players from player
  7. hide the player from all players
  8. if arg 1 is "show":
  9. send "&6他のプレイヤーを&b表示&6しました。"
  10. reveal all players from player
  11. reveal the player from all players
  12. if arg 1 is not set:
  13. send "&7使用法:/players <hide/show>"
Add Comment
Please, Sign In to add comment