Kamado

Untitled

Aug 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /h [<text>]:
  2. trigger:
  3. if arg 1 is "hide":
  4. send "&c他のプレイヤーを&6非表示&7にしました。"
  5. hide all players from player
  6. hide the player from all players
  7. if arg 1 is "show":
  8. send "&a他のプレイヤーを表示しました。"
  9. reveal all players from player
  10. reveal the player from all players
  11. if arg 1 is not set:
  12. send "&7使用法:/sh <hide/show>"
Add Comment
Please, Sign In to add comment