variables: {gracz.%player%} = false {vip.%player%} = false {supervip.%player%} = false command /kit []: aliases: kity, kits, kit trigger: if argument 1 is not set: send "&9=============================================" send "&6/kit &fGracz" send "&6/kit &fVip" send "&6/kit &fSuperVip" send "&9=============================================" if arg 1 is "Gracz": if player has permission "kit.gracz": if {gracz.%player%} is false: send "&fKit Gracz zostal ci przydzielony!" give leather helmet of protection 5 named "&fKit Gracz" to player give leather chestplate of protection 5 named "&fKit Gracz" to player give leather leggings of protection 5 named "&fKit Gracz" to player give leather boots of protection 5 named "&fKit Gracz" to player give iron sword of sharpness 5 named "&fKit Gracz" to player give 64 cooked porkchop named "&fKit Gracz" to player set {gracz.%player%} to true wait 1 hour #<--- ustaw czas set {gracz.%player%} to false stop if {gracz.%player%} is true: send "Musisz odczekac zanim wezmiesz ten zestaw ponownie" if argument 1 is "vip": if player has permission "kit.vip": if {vip.%player%} is false: send "&fKit &eVip &fzostal ci przydzielony!" give iron helmet of protection 10 named "&eKit Vip" to player give iron chestplate of protection 10 named "&eKit Vip" to player give iron leggings of protection 10 named "&eKit Vip" to player give iron boots of protection 10 named "&eKit Vip" to player give iron sword of sharpness 10 and fire aspect 5 named "&eKit Vip" to player give 64 cooked porkchop named "&eKit Vip" to player give 32 golden apple named "&eKit Vip" to player set {vip.%player%} to true wait 1 hour #<--- ustaw czas set {vip.%player%} to false stop if {vip.%player%} is true: send "Musisz odczekac zanim wezmiesz ten zestaw ponownie" if argument 1 is "supervip" or "svip": if player has permission "Kit.SuperVip": if {supervip.%player%} is false: send "&fKit &eVip &fzostal ci przydzielony!" give diamond helmet of protection 20 named "&bKit SVip" to player give diamond chestplate of protection 20 named "&bKit SVip" to player give diamond leggings of protection 20 named "&bKit SVip" to player give diamond boots of protection 20 named "&bKit SVip" to player give diamond sword of sharpness 15 and fire aspect 10 named "&bKit SVip" to player give 64 Steak named "&bKit SVip" to player give 64 golden apple named "&fbit SVip" to player set {supervip.%player%} to true wait 1 hour #<--- ustaw czas set {supervip.%player%} to false stop if {supervip.%player%} is true: send "Musisz odczekac zanim wezmiesz ten zestaw ponownie"