Kamado

Untitled

Jul 20th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /sh [<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 "&cHow to Use :/sh <hide/show>"
Add Comment
Please, Sign In to add comment