#HELPOP# options: czas: 30 send: "&8» &a&oTwoja wiadomość została wysłana pomyślnie!" usage: "&8» &c&oPoprawne uzycie: &a&o/helpop &f&o[wiadomosc]" wait: "&8» &c&oOdczekaj &f&o%{helpop::%player%}% s &c&ozanim cos napiszesz drugi raz na HelpOp!" helpop: "&8» &f&oZgłoszenie od &a&o%player%&f&o: &a&o%arg 1%" perm: helpop.receive variables: {helpop::%player%} = 0 command /helpop []: trigger: if arg 1 is set: if {helpop::%player%} = 0: set {helpop::%player%} to {@czas} send {@send} loop all players: if loop-player has permissions "{@perm}": send {@helpop} to loop-player stop if {helpop::%player%} > 0: send {@wait} stop else: send {@usage} stop every 1 second: loop all players: if {helpop::%loop-player%} > 0: remove 1 from {helpop::%loop-player%}