Kamado

Untitled

Jul 20th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /h [<text>]:
  2. permission:sk.hide
  3. trigger:
  4. if arg 1 is "hide":
  5. send "&cAll players have been hidden."
  6. hide all players from player
  7. hide the player from all players
  8. if arg 1 is "show":
  9. send "&aAll players are displayed."
  10. reveal all players from player
  11. reveal the player from all players
  12. if arg 1 is not set:
  13. send "&9How to Use: &7/h <hide/show>"
Advertisement
Add Comment
Please, Sign In to add comment