#Skrypt BY krytyYT #Zakaz podszywania sie pod autora! #Przerabiaj ale nie podszywaj sie! # #YT: https://tiny.pl/g3sl8 # # variables: {delay.kitsponsor.%player%} = 0 {delay.kitvip.%player%} = 0 {delay.kitsvip.%player%} = 0 command /kit []: trigger: if argument 1 is not set: open chest with 1 rows named "&a&lKity:" to player wait 1 tick format slot 0 of players with 1 wooden sword named "&7Kit Gracz" to close then run [make player execute "/kit gracz"] wait 1 tick format slot 1 of players with 1 stone sword named "&aKit VIP" to close then run [make player execute "/kit VIP"] wait 1 tick format slot 2 of players with 1 iron sword named "&eKit SVIP" to close then run [make player execute "/kit SVIP"] wait 1 tick format slot 3 of players with 1 diamond sword named "&bKit SPONSOR" to close then run [make player execute "/kit Sponsor"] wait 1 tick format slot 4 of players with 1 black stained glass pane named "&7Brak" to be unstealable wait 1 tick format slot 5 of players with 1 black stained glass pane named "&7Brak" to be unstealable wait 1 tick format slot 6 of players with 1 black stained glass pane named "&7Brak" to be unstealable wait 1 tick format slot 7 of players with 1 black stained glass pane named "&7Brak" to be unstealable wait 1 tick format slot 8 of players with 1 wool:14 named "&cAutor: &c&l&nkrytyYT" to be unstealable if argument 1 is "gracz": execute console command "give %player% 278 1 efficiency:5 unbreaking:3" execute console command "give %player% 364 64" execute console command "give %player% 130 1" if argument 1 is "VIP": if player has permission "krytykit.vip": if {delay.kitvip.%player%} is less than 60: send "&cJescze nie minelo 1h!" else: execute console command "give %player% 276 1 sharpness:5 fireaspect:2" execute console command "give %player% 278 1 efficiency:5 fortune:3 unbreaking:3" execute console command "give %player% 322:1 2" execute console command "give %player% 322 7" execute console command "give %player% 368 6" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" set {delay.kitvip.%player%} to 0 else: send "Nie masz permisji!" if argument 1 is "SVIP": if {delay.kitsvip.%player%} is less than 60: send "&cNie minelo jeszcze 1h!" else if player has permission "krytykit.svip": execute console command "give %player% 276 1 sharpness:5 fireaspect:2" execute console command "give %player% 278 1 efficiency:5 fortune:3 unbreaking:3" execute console command "give %player% 322:1 4" execute console command "give %player% 322 14" execute console command "give %player% 368 12" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" set {delay.kitsvip.%player%} to 0 else: send "&cNie masz dostepu do tej komendy!" if argument 1 is "Sponsor": if {delay.kitsponsor.%player%} is less than 60: send "&cNie minelo jeszcze 1h!" else if player has permission "krytykit.kitsponsor": execute console command "give %player% 276 1 sharpness:5 fireaspect:2" execute console command "give %player% 278 1 efficiency:5 fortune:3 unbreaking:3" execute console command "give %player% 322:1 20" execute console command "give %player% 322 40" execute console command "give %player% 368 30" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" execute console command "give %player% 310 1 protection:4 unbreaking:3" execute console command "give %player% 311 1 protection:4 unbreaking:3" execute console command "give %player% 312 1 protection:4 unbreaking:3" execute console command "give %player% 313 1 protection:4 unbreaking:3" set {delay.kitsponsor.%player%} to 0 else: send "&cNie masz dostepu do tej komendy!" every 1 minute: loop all players: add 1 to {delay.kitsponsor.%loop-player%} add 1 to {delay.kitvip.%loop-player%} add 1 to {delay.kitsvip.%loop-player%} on first join: set {delay.kitsponsor.%player%} to 0 set {delay.kitvip.%player%} to 0 set {delay.kitsvip.%player%} to 0