command /md [] [] []: permission: sprawdzanie.md trigger: if arg 1 isn't set: send "&4&lREDWALRUS &7>> &6Poprawne uzycie: /md &7<&6gracz&7>" stop if arg 1 is set: if arg 1 is online: teleport player to arg 1 allow player to fly hide player to all players send "&4&lREDWALRUS &7>> &6Od teraz moderujesz gracza %arg 1%" send "&4&lREDWALRUS &7>> &6Od teraz masz wlaczonego fly'a i vanish'a" set action bar of player to "&4&lREDWALRUS &7>> &6Obecnie moderujesz %arg 1%" set {moderacja::%player%} to true stop else: send "&4&lREDWALRUS &7>> &6Ten gracz jest offline!" stop command /moderacjazakoncz []: permission: sprawdzanie.md trigger: if {moderacja::%player%} is false: send "&4&lREDWALRUS &7>> &6Obecnie nie moderujesz zadnego gracza!" stop else: reveal player to all players disallow player to fly send "&4&lREDWALRUS &7>> &6Skonczyles moderacje" set {moderacja::%player%} to false set action bar of player to "" stop