Options: CZASV: 1 days #lub 1 hour lub 1 minutes lub 60 seconds CZASG: 1 days #lub 1 hour lub 1 minutes lub 60 seconds CZASEKV: 1 dzien #chodzi w wiadomosci np. 1 dzien lub 1 godzine lub 1 minute lub 60 sekund CZASEKG: 1 dzien #chodzi w wiadomosci np. 1 dzien lub 1 godzine lub 1 minute lub 60 sekund command /ekit []: trigger: if arg 1 is "gracz": if {gracz.%player%} is true: give 1 iron pickaxe named "&bkit gracz" with lore "&5nalezy do: %player%" to player send "&cDostales kit gracz" set {gracz.%player%} to false wait {@CZASG} set {gracz.%player%} to true stop if {gracz.%player%} is false: send "&cWzioles juz kit gracz odczekaj {@CZASEKG}" stop if arg 1 is "vip": if player has permission "kit.vip": if {vip.%player%} is true: give 1 diamond pickaxe named "&bkit vip" with lore "&5nalezy do: %player%" to player send "&cDostales kit vip" set {vip.%player%} to false wait {@CZASV} set {vip.%player%} to true if {vip.%player%} is false: send "&cWzioles juz kit vip odczekaj {@CZASEKV}" stop else: send "&cNie masz dostepu do &bkit vip&c!" stop command /kit: trigger: open chest with 1 rows named "&4&lKITY" to player wait 4 ticks format slot 3 of player with 1 of iron pickaxe named "&eKit Gracz" with lore "&7Kliknij Aby dostac" to run [execute player command "/ekit gracz"] format slot 4 of player with 1 of diamond pickaxe named "&bKit VIP" with lore "&7Kliknij Aby dostac" to run [execute player command "/ekit vip"]