# by trujka ! options: # \/ #UWAGA w komendzie zamiast nicku prosze wpisac %arg 2% # /\ #Komenda ktora ma zostac wykonana bo uznaniu gracza za cheatera cmdBanCheater: tempban %arg 2% 7d #Komenda bo przyznaniu sie cmdBanPrzyznalSie: tempban %arg 2% 5d #Komenda Brak wspolpracy cmdBanBrakWsp: tempban %arg 2% 14d #Komenda wylogowanie sie cmdBanLogout: tempban %arg 2% 14d on command: if {sprawdzany::%player%} is true: if command is not "msg": cancel event else: stop on quit: if {sprawdzany::%player%} is true: make console execute command "{@cmdBanLogout}" command /sprawdz [] []: permission: admin.sprawdzanie permission message: &4&l(❌) &cNie masz dostępu do tej komendy! trigger: if arg 1 is "sprawdzarka": set {sprawdzarka::lokacja} to location of player send "&2&l(✔) &aUstawiono lokalizacje sprawdzarki!" if arg 1 is "spawn": set {spawn::lokacja} to location of player send "&2&l(✔) &aUstawiono lokalizacje spawna!" if arg 1 is "gracz": if arg 2 is set: if {sprawdzany::%arg 2%} is true: send "&4&l(❌) &cTen gracz jest już sprawdzany!" else: set {_sprawdzany} to arg 2 parsed as player set {sprawdzany::%arg 2%} to true teleport player to {sprawdzarka::lokacja} teleport {_sprawdzany} to {sprawdzarka::lokacja} send "" to all players send "&6&l(!) &eGracz &c%arg 2% &ejest sprawdzany przez administratora &a%executor%" to all players send "" to all players else: send "&4&l(❌) &cPodaj nazwe gracza!" if arg 1 is "czysty": if arg 2 is set: if {sprawdzany::%arg 2%} is true: teleport executor to {spawn::lokacja} teleport {_sprawdzany} to {spawn::lokacja} set {sprawdzany %arg 2%} to false wait 10 ticks send "" to all players send "&6&l(!) &eGracz &c%arg 2% okazał sie być zwykłym graczem!" to all players send " &eZ tej okazji każdy dostaje 1 rzadki klucz!" to all players send "" to all players else: send "&4&l(❌) &cTen gracz nie jest sprawdzany!" else: send "&4&l(❌) &cPodaj nazwe gracza!" if arg 1 is "cheater": if arg 2 is set: if {sprawdzany::%arg 2%} is true: teleport executor to {spawn::lokacja} teleport {_sprawdzany} to {spawn::lokacja} set {sprawdzany::%arg 2%} to false wait 10 ticks send "" to all players send "" to all players send "" to all players make console execute command "{@cmdBanCheater}" else: send "&4&l(❌) &cTen gracz nie jest sprawdzany!" else: send "&4&l(❌) &cPodaj nazwe gracza!" if arg 1 is "brakwsp": if arg 2 is set: if {sprawdzany::%arg 2%} is true: teleport executor to {spawn::lokacja} teleport {_sprawdzany} to {spawn::lokacja} set {sprawdzany::%arg 2%} to false wait 10 ticks make console execute command "{@cmdBanBrakWsp}" else: send "&4&l(❌) &cTen gracz nie jest sprawdzany!" else: send "&4&l(❌) &cPodaj nazwe gracza!" if arg 1 is "przyznal": if arg 2 is set: if {sprawdzany::%arg 2%} is true: teleport executor to {spawn::lokacja} teleport {_sprawdzany} to {spawn::lokacja} set {sprawdzany::%arg 2%} to false wait 10 ticks make console execute command "{@cmdBanPrzyznalSie}" send "" to all players send "&6&l(!) &eGracz %arg 2% przyznal sie do uzywania cheatów!" to all players send "" to all players else: send "&4&l(❌) &cTen gracz nie jest sprawdzany!" else: send "&4&l(❌) &cPodaj nazwe gracza!"