View difference between Paste ID: L9AqXCvq and dFG1wmfC
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 "&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>"