View difference between Paste ID: Xdf8S53m and VWvTAZZx
SHOW: | | - or go back to the newest paste.
1
command /h [<text>]:
2-
    permission:sk.hide
2+
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>"