Ja znalazłem na tym forum taki kodzik Działanie: Jeżeli gracz wpisze /AC On włacza mu się czat Adminów, nie trzeba pisać jakies /AC [Tekst] tylko normalnie na czacie, wiadomość zmienia się nam na: [Admin Chat] (Nick) Tekst I każdemu z uprawnieniem AC.Odbierz pokaże się ten tekst. variables: {ac.%player%} = false command /ac [<text>]: trigger: if player doesn't have permissions "AC.commands" or "AC.*": send "&cNie masz uprawnien!" else: if arg 1 is not "off" or "on": send "&aUzycie: &a&l/AC On/Off" if arg 1 is not set: send "&aUzycie: &a&l/AC On/Off" if arg 1 is "on": if {ac.%player%} is true: send "&cMasz juz wlaczony AdminChat!" else: send "&aAdminChat zostal wlaczony!" set {ac.%player%} to true if arg 1 is "off": if {ac.%player%} is false: send "&cNie masz wlaczonego AdminChat'u" else: send "&cAdminChat zostal wylaczony!" set {ac.%player%} to false on chat: if {ac.%player%} is true: cancel event loop all players: loop-player has permissions "AC.Odbierz" or "AC.*" send "&a[&9Admin Chat&a] &f(&6%player%&f) &f%message%" to loop-player