SHOW:
|
|
- or go back to the newest paste.
| 1 | - | options: |
| 1 | + | command /staffs: |
| 2 | - | p: &8[&bSv-Hosting&8] |
| 2 | + | trigger: |
| 3 | - | |
| 3 | + | open chest with 3 rows named "&b&lOnline Staffs" to player |
| 4 | - | |
| 4 | + | set {_n} to 0
|
| 5 | - | command /setwarp [<text>]: |
| 5 | + | loop all players: |
| 6 | - | permission: setwarp.permission |
| 6 | + | if loop-player has permission "Staff.show": |
| 7 | - | trigger: |
| 7 | + | format slot {_n} of player with loop-player's skull named "&7%loop-player%" to close
|
| 8 | - | if arg-1 is set: |
| 8 | + | add 1 to {_n} |