variables: {helop.stan.%player%} = true command /helop []: trigger: if arg 1 is not set: if player has permission "helpop.prawo" send "&6&lPoprawne uzycie tej komendy to /helop [Tresc problemu]" else: send "&4&lMozliwosc uzywania helpop dla ciebie zostala zablokowana!" if arg 1 is set: loop all players: loop-player has permission "helpop.read": send "&2&lGracz &5&l%player% &2&l Porzebuje pomocy poniewaz : &f&l%arg 1%" to loop players command /helpopadmin [] []: permission: : helpop.admin permission message: &4&lNie masz dostepu do tej komendy kolego! trigger: if arg 1 is not set: send "&6&lPoprawne uzycie tej komendy to /helopadmin [sprawdz,zablokuj,odblokuj] [nick]" if arg 1 is "sprawdz": if arg 2 is set: send "&2&lGracz &5&l%arg 2% : %{helop.stan.%arg 2%}%" if arg 2 is not set: send "&6&lPoprawne uzycie tej komendy to /helopadmin sprawdz [nick]" if arg 1 is "zablokuj": if arg 2 is set: send "&4&lGracz %arg 2% nie moze juz uzywac helop!" execute console command "pex user %arg 2% remove helpop.prawo" set {helop.stan.%arg 2%} to false if arg 2 is not set: send "&6&lPoprawne uzycie tej komendy to /helopadmin zablokuj [nick]" if arg 1 is "odblokuj": if arg 2 is set: send "&2&lGracz %arg 2% odzyskal mozliwosc pisania na helop!" execute console command "pex user %arg 2% add helop.prawo" set {helop.stan.%arg 2%} to true if arg 2 is not set: send "&6&lPoprawne uzycie tej komendy to /helpoadmin odblokuj [nick]"