variables: {niewidze.%player%} = false command /vw: trigger: if player has permission "admin.sharpe": if {niewidze.%player%} is false: set {niewidze.%player%} to true send "Schodzisz ze sluzby admina, nie bedzie widzial zgloszen" else: set {niewidze.%player%} to false send "Juz bedziesz widzial zgloszenia" else: stop command /zglos []: trigger: if arg 1 is not set: send "Moze napisz wiadomosc ? :D" if arg 1 is set: loop all players: loop-player has permission "admin.sharpe": if {niewidze.%loop-player%} is false: send "&6&l%player%: %coloured arg%" to loop-player else: stop