options: twojserwer: &c&lTWOJ SERWER command /kick [] []: permission: kick.player permission message: &4&l>> &cNie masz permisji by uzyc tej komendy! trigger: if arg 1 is set: if arg 2 is set: set {k.%arg 1%} to arg 1 set {pk.%arg 1%} to arg 2 if {k.%arg 1%} is online: kick {k.%arg 1%} due to "&8&l==========[{@twojserwer}&8&l]==========%nl% %nl%&cZostales wyrzucony z serwera za:%nl%&4%{pk.%arg 1%}% %nl% %nl%&cPrzez: &4%player% %nl% %nl%&8&l==========[{@twojserwer}&8&l]==========" send "&cWyrzuciles gracza &4%{k.%arg 1%}% &cza: &4%{pk.%arg 1%}%" to player stop else: send "&cTen gracz jest offline!" to player stop else: send "&cUzyj: /kick " to player stop else: send "&cUzyj: /kick " to player stop command /ban [] []: permission: ban.player permission message: &4&l>> &cNie masz permisji do tej komendy! trigger: if arg 1 is set: if arg 2 is set: set {b.%arg 1%} to arg 1 set {pb.%arg 1%} to arg 2 if {b.%arg 1%} is online: ban {b.%arg 1%} due to "&8&l==========[{@twojserwer}&8&l]==========%nl% %nl%&cZostales zbanowany za:%nl%&4%{pb.%arg 1%}% %nl% %nl%&cPrzez: &4%player% %nl% %nl%&8&l==========[{@twojserwer}&8&l]==========" set {zb.%arg 1%} to true send "&cZbanowales gracza &4%{b.%arg 1%}% &cza: &4%{pb.%arg 1%}%" to player stop else: send "&cTen gracz jest offline!" to player stop else: send "&cUzyj: /ban " to player stop else: send "&cUzyj: /ban " to player stop command /unban []: permission: unban.player permission message: &4&l>> &cNie masz permisji do tej komendy! trigger: if arg 1 is set: if {zb.%arg 1%} is true: set {zb.%arg 1%} to false execute console command "pardon %arg 1%" send "&cOdbanowales gracza &4%arg 1%" to player stop else: send "&cTen gracz nie jest zbanowany!" to player stop else: send "&cUzyj: /unban " to player stop command /tempban [] [] []: permission: tempban.player permission message: &4&l>> &cNie masz permisji do tej komendy! trigger: if arg 1 is set: if arg 2 is set: if arg 3 is set: set {tb.%arg 1%} to arg 1 set {czas.%arg 1%} to arg 2 set {ptb.%arg 1%} to arg 3 if {tb.%arg 1%} is online: execute console command "tempban %{tb.%arg 1%}% %{czas.%arg 1%}% %{ptb.%arg 1%}%" send "&cZbanowales gracza &4%{tb.%arg 1%}% &cna: &5%{czas.%arg 1%}% &cza: &4%{ptb.%arg 1%}%" stop else: send "&cTen gracz jest offline!" to player stop else: send "&cUzyj: /tempban " to player stop else: send "&cUzyj: /tempban " to player stop else: send "&cUzyj: /tempban " to player stop command /sprawdzban []: permission: sprawdz.ban permission message: &4&l>> &cNie masz permisji do tej komendy! trigger: if arg 1 is set: set {sprb.%arg 1%} to arg 1 if {zb.%arg 1%} is true: set {czyzbanowany.%arg 1%} to "TAK" if {zb.%arg 1%} is false: set {czyzbanowany.%arg 1%} to "NIE" if {zb.%arg 1%} isn't set: set {czyzbanowany.%arg 1%} to "NIE" wait 1 tick send "&8&l==========[&c&lBAN&8&l]==========%nl% %nl%&8&l-> &cGracz: %arg 1% %nl% %nl%&8&l-> &cZbanowany: %{czyzbanowany.%arg 1%}% %nl% %nl%&8&l==========[{@twojserwer}&8&l]==========" else: send "&cUzyj: /sprawdzban " to player stop