SHOW:
|
|
- or go back to the newest paste.
| 1 | command /h [<text>]: | |
| 2 | permission:sk.hide | |
| 3 | trigger: | |
| 4 | if arg 1 is "hide": | |
| 5 | - | send "&c他のプレイヤーを&6非表示&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 "&a他のプレイヤーを表示しました。" |
| 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 "&7使用法:/sh <hide/show>" |
| 13 | + | send "&9How to Use: &7/h <hide/show>" |