View difference between Paste ID: LjcYWbhB and zNnu2ALD
SHOW: | | - or go back to the newest paste.
1
command /sh [<text>]:
2
    permission:sk.hide
3
    trigger:
4
        if arg 1 is "hide":
5-
            send "&e[pankojimaの鯖] &7周囲のプレイヤーを非表示にしました。"
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 "&e[pankojimaの鯖] &7周囲のプレイヤーを表示しました。"
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 "&c使用法:/sh <hide/show>"
13+
            send "&cHow to Use :/sh <hide/show>"