options: kit1: 113 kit2: 154 kit3: 143 command /kit : trigger: if argument 1 is "gracz": if player have permission "zestaw.gracz": open chest with 1 row named "&8KIty" to player wait 1 tick Format slot 0 of player with 1 of mossy cobblestone named "Kit start" to close then run [execute player command "/kit1"] Format slot 1 of player with 1 of mossy cobblestone named "Kit enderchest" to close then run [execute player command "/kit2"] Format slot 2 of player with 1 of mossy cobblestone named "Kit jedzenie" to close then run [execute player command "/kit3"] stop else: send "&3&l> &7Nie masz permisji do zestawu &e&lGracza!" to player if arg 2 is "Vip": if player have permission "Vip": open chest with 1 row named "&8KIty" to player wait 1 tick Format slot 0 of player with 1 of mossy cobblestone named "Kit start" to close then run [execute player command "/kit1"] Format slot 1 of player with 1 of mossy cobblestone named "Kit enderchest" to close then run [execute player command "/kit2"] Format slot 2 of player with 1 of mossy cobblestone named "Kit jedzenie" to close then run [execute player command "/kit3"] stop else: send "&3&l> &7Nie masz permisji do zestawu &7&lSVIPA !" to player stop if arg 3 is "SVip": if player have permission "SVip": open chest with 1 row named "&8KIty" to player wait 1 tick Format slot 0 of player with 1 of mossy cobblestone named "Kit start" to close then run [execute player command "/kit1"] Format slot 1 of player with 1 of mossy cobblestone named "Kit enderchest" to close then run [execute player command "/kit2"] Format slot 2 of player with 1 of mossy cobblestone named "Kit jedzenie" to close then run [execute player command "/kit3"] stop else: send "&3&l> &7Nie masz permisji do zestawu &e&lGracza!" to player command kit1: trigger: if player have permission "gracz": give 1 double step to player give 1 ladder to player send "Otrzymałeś zestaw jakis" to player stop if {Avangaro.kit1.%player%} is not set: set {Avangaro.kit1.%player%} to true wait {@kit1} second clear {Avangaro.kit1.%player%} stop else: stop send "&2&l> &7Drogi &e&lGraczu &7 !" to player send "&2&l> &7Tej komendy mozna uzywac co &4&l{@kit1} &3sekund!" to player stop command kit2: trigger: if player have permission "Vip": give 1 double step to player give 1 ladder to player send "Otrzymałeś zestaw jakis" to player if {Avangaro.kit2.%player%} is not set: set {Avangaro.kit2.%player%} to true wait {@kit2} second clear {Avangaro.kit2.%player%} stop else: stop send "&2&l> &7Drogi &e&lGraczu &7 !" to player send "&2&l> &7Tej komendy mozna uzywac co &4&l{@kit2} &3sekund!" to player stop command kit3: trigger: if player have permission "SVip": give 1 double step to player give 1 ladder to player send "Otrzymałeś zestaw jakis" to player if {Avangaro.kit3.%player%} is not set: set {Avangaro.kit3.%player%} to true wait {@kit3} second clear {Avangaro.kit1.%player%} stop else: stop send "&2&l> &7Drogi &e&lGraczu &7 !" to player send "&2&l> &7Tej komendy mozna uzywac co &4&l{@kit3} &3sekund!" to player stop