variables {op} = true {gwiazdka} = true {brush} = true {pex} = true {WE} = true command /L-W : trigger: if arg 1 is not set: if arg 2 is not set: send " |L-W| " send " " send ": /L-W op off ->> Wylacza mozliwosc dawania OP." send ": /L-W op on ->> Wlacza mozliwosc dawania OP." send ": /L-W gwiazdka off ->> Wylacza mozliwosc dawania *." send ": /L-W gwiazdka on ->> Wlacza mozliwosc dawania *." send ": /L-W brush off ->> Wylacza mozliwosc 'brush'." send ": /L-W brush on ->> Wlacza mozliwosc 'brush'." send ": /L-W all off ->> Wylacza wszystko." send ": /L-W all on ->> Wlacza wszystko." send ": /L-W autor ->> Informacje o autorze." send " " send " |L-W| " if arg 1 is "op": if arg 2 is "off": set {op} to false if arg 1 is "op": if arg 2 is "on": set {op} to true if arg 1 is "gwiazdka": if arg 2 is "off": set {gwiazdka} to false if arg 1 is "gwiazdka": if arg 2 is "on": set {gwiazdka} to true if arg 1 is "brush": if arg 2 is "off": set {brush} to false if arg 1 is "brush": if arg 2 is "on": set {brush} to true if arg 1 is "all": if arg 2 is "off": set {op} to false set {gwiazdka} to false set {pex} to false set {WE} to false set {brush} to false if arg 1 is "all": if arg 2 is "on": set {op} to true set {gwiazdka} to true set {pex} to true set {WE} to true set {brush} to true if arg 1 is "autor": send " |L-WLAM| " send " |AUTOR-| " send " " send "Autor: LeniG0s" send "Wersja 2.0" send "Dodac:" send "~Wylaczanie Banowania itp" send "~Wsparcie dla AZRank" send " " send " |AUTOR-| " send " |L-WLAM| " on command "/op": if {op} is false: cancel event send "OP wylaczony!" on command "/pex user %player% add *": if {gwiazdka} is false: cancel event send "* wylaczona!" on command "/brush": if {brush} is false: cancel event send "Brush wylaczony!" on command "/deop": if {op} is false: cancel event send "DEOP wylaczony!" on command "//set": if {WE} is false: cancel event send "Set wylaczone!" on command "//wand": if {WE} is false: cancel event send "Wand wylaczone!"