View difference between Paste ID: GyVaQiY7 and J4LDgTY1
SHOW: | | - or go back to the newest paste.
1
on command:
2
    event-player exist
3
    loop all players:
4
        loop-player has permission "admin"
5
        {CSS.%loop-player%} is true
6
        message "&7[cmdlog]&e%event-player% &c>>> &b/%full command%" to loop-player
7
 
8
command /css <boolean>:
9
    permission: "admin"
10
    trigger:
11
        set {CSS.%player%} to arg
12
       
13
on load:
14
    loop all players:
15
        loop-player has permission "admin"
16
        set {CSS.%loop-player%} to true