#Autor: MrSzescianPL #Licencja: https://creativecommons.org/licenses/by-nc-nd/4.0/deed.pl #Wersja: 1.0.0 variables: {fly.%player%}= 0 command /gm [] []: trigger: arg 1 is not set: send "&7[&cSkCommand&7] &cUzyj: /gm 0,1,2" stop arg 1 is set: arg 1 is "0": arg 2 is set: player has permission "SkCommand.gamemode.other": set the gamemode of argument 2 to survival send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%arg 2%&a na survival." stop player doesn't have permission "SkCommand.gamemode.other": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 2 is not set: player has permission "SkCommand.gamemode": set the gamemode of player to survival send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%player%&a na survival." stop player doesn't have permission "SkCommand.gamemode": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 1 is "1": arg 2 is set: player has permission "SkCommand.gamemode.other": set the gamemode of argument 2 to creative send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%arg 2%&a na creative." stop player doesn't have permission "SkCommand.gamemode.other": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 2 is not set: player has permission "SkCommand.gamemode": set the gamemode of player to creative send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%player%&a na creative." stop player doesn't have permission "SkCommand.gamemode": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 1 is "2": arg 2 is set: player has permission "SkCommand.gamemode.other": set the gamemode of argument 2 to adventure send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%arg 2%&a na adventure." stop player doesn't have permission "SkCommand.gamemode.other": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 2 is not set: player has permission "SkCommand.gamemode": set the gamemode of player to adventure send "&7[&cSkCommand&7] &aZmieniono tryb gry gracza &c%player%&a na adventure." stop player doesn't have permission "SkCommand.gamemode": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop command /fly [] []: trigger: arg 1 is not set: player has permission "SkCommand.fly": {fly.%player%} is 0: set player's flight mode to true send "&7[&cSkCommand&7]&a Wlaczono latanie dla gracza&c %player%&a." set {fly.%player%} to 1 stop {fly.%player%} is 1: set player's flight mode to false set {fly.%player%} to 0 stop player doesn't have permission "SkCommand.fly": send "&7[&cSkCommand&7]&4 Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 1 is set: arg 2 is not set: player has permission "SkCommand.fly.other": {fly.%arg 1%} is 0: set argument 1 flight mode to true send "&7[&cSkCommand&7]&a Wlaczono latanie dla gracza&c %arg 1%&a." set {fly.%arg 1%} to 1 stop {fly.%player%} is 1: set argument 1 flight mode to false send "&7[&cSkCommand&7]&a Wylaczono latanie dla gracza&c %arg 1%&a." set {fly.%player%} to 0 stop player doesn't have permission "SkCommand.fly": send "&7[&cSkCommand&7]&4 Nie posiadasz uprawnien do uzywania tej komendy!" stop arg 2 is set: player has permission "SkCommand.fly.other": arg 2 is "on": set argument 1 flight mode to true send "&7[&cSkCommand&7]&a Wlaczono latanie dla gracza&c %arg 1%&a." stop arg 2 is "off": set argument 1 flight mode to false send "&7[&cSkCommand&7]&a Wylaczono latanie dla gracza&c %arg 1%&a." stop player doesn't have permission "SkCommand.fly.other": send "&7[&cSkCommand&7] &4Nie posiadasz uprawnien do uzywania tej komendy!" stop