options: tag: [L-WLAM] variables: {op} = true {*} = true {brush} = true {pex} = true {WE} = true command /L-W : player has permission: "L-W" permission message "Cos jak /ping .. naprawde" trigger: if arg is 1 not set: send "/A-W info" if arg 1 is "info": 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 * off ->> Wylacza mozliwosc dawania *." send ": /L-W * 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 else: send "OFF/ON" if arg 1 is "op": if arg 2 is "on": set {op} to true else: send "OFF/ON" if arg 1 is "*": if arg 2 is "off": set {*} to false else: send "OFF/ON" if arg 1 is "*": if arg 2 is "on": set {*} to true else: send "OFF/ON" if arg 1 is "brush": if arg 2 is "off": set {brush} to false else: send "OFF/ON" if arg 1 is "brush": if arg 2 is "on": set {brush} to true else: send "OFF/ON" if arg 1 is "all": if arg 2 is "off": set {op} to false set {*} to false set {pex} to false set {WE} to false set {brush} to false if arg 1 is "all": if arg2 is "on": set {op} to true set {*} 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 {*} 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!" on command "/nuke": if {WE} is false cancel event send "nuke wylaczony!"