command /podpis []: if player have permission "": if arg 1 is not set: send "&cMusisz wpisać jakiś podpis!" to player else: set {podpis::%player%} to "%arg%" send "&aUstawiono podpis!" to player else: send "&cNie odblokowałeś tego jeszcze!" to player on chat: if {podpis::%player%} is set: cancel event send "&c%{podpis::%player%}% &7%player% >> %message%" to all players else: cancel event send "&7%player% >> %message%" to all players