Advertisement
Kamado

Untitled

Aug 16th, 2019
99
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 "&cAll players have been hidden."
  5. hide all players from player
  6. hide the player from all players
  7. if arg 1 is "show":
  8. send "&aAll players are displayed."
  9. reveal all players from player
  10. reveal the player from all players
  11. if arg 1 is not set:
  12. send "&9How to Use: &7/h <hide/show>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement