on command "/gm": if {gmc} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/gmc": if {gmc} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/gamemode": if {gmc} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/wwk": if {wwk} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/fly": if {fly} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/brush": if {brush} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "//brush": if {brush} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/br": if {brush} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "//br": if {brush} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/pex": if {pex} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/setrank": if {pex} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop on command "/sk disable": if {dsk} is false: cancel event send "&cBEZPIECZENSTWO: &4Komenda jest zablokowana!" send "&cBEZPIECZENSTWO: &4Uzywanie komendy jest dozwolone tylko przez konsole!" stop command /WWK []: permission: Gm.ON.OFF permission message: &cBrak uprawnien! trigger: if arg 1 is not set: send "&7/&cwwk &7<&cwwk&7/&cgm&7/&cfly&7/&cbrush&7/&cpex&7/&cskdisable&7/&callzwwk&7>" if arg 1 is not "wwk" or "gm" or "fly" or "brush" or "pex" or "script" or "allzwwk": send "&7/&cwwk &7<&cwwk&7/&cgm&7/&cfly&7/&cbrush&7/&cpex&7/&cskdisable&7/&callzwwk&7>" if arg 1 is "allzwwk": if {allwwk} is true: set {allwwk} to false set {fly} to false set {dsk} to false set {pex} to false set {brush} to false set {gmc} to false set {wwk} to false send "&cKomendy wylaczone!" else: set {fly} to true set {allwwk} to true set {dsk} to true set {pex} to true set {brush} to true set {gmc} to true set {wwk} to true send "&aKomendy wlaczone" if arg 1 is "skdisable": if {dsk} is true: set {dsk} to false send "&cKomenda wylaczona!" else: set {dsk} to true send "&aKomenda wlaczona" if arg 1 is "pex": if {pex} is true: set {pex} to false send "&cKomenda wylaczona!" else: set {pex} to true send "&aKomenda wlaczona" if arg 1 is "brush": if {brush} is true: set {brush} to false send "&cKomenda wylaczona!" else: set {brush} to true send "&aKomenda wlaczona" if arg 1 is "fly": if {fly} is true: set {fly} to false send "&cKomenda wylaczona!" else: set {fly} to true send "&aKomenda wlaczona" if arg 1 is "gm": if {gmc} is true: set {gmc} to false send "&cKomenda wylaczona!" else: set {gmc} to true send "&aKomenda wlaczona" if arg 1 is "wwk": if {wwk} is true: set {wwk} to false send "&cKomenda wylaczona!" else: set {wwk} to true send "&aKomenda wlaczona" variables: {gmc} = true {wwk} = true {fly} = true {brush} = true {pex} = true {dsk} = true