#HELPOP==================================================================== command /helpop []: trigger: if arg 1 is not set: send player title "&cPoprawne uzycie:" with subtitle "&7/helpop " stop if arg 1 is set: loop all players: if loop-player has permission "core.helpop.recive": set action bar of loop-player to "&8[&4HELPOP&8] &c%player%: &7%arg 1%" set action bar of player to "&8[&4HELPOP&8] &cWyslano zgloszenie" #MSG==================================================================== command /msg [] []: trigger: if arg 1 is not set: send player title "&cPoprawne uzycie:" with subtitle "&7/msg " stop if arg 1 is set: if offlineplayer-arg is online: if arg 2 is set: set action bar of player to "&8[&b%player% &f-> &b%arg 1%&8] &b%arg 2%" set action bar of offlineplayer-arg 1 to "&8[&b%arg 1% &f-> &b%player%&8] &b%arg 2%" else: send player title "&cPoprawne uzycie:" with subtitle "&7/msg " stop else: set action bar of player to "&8[&b&LMSG&8] &fTen gracz jest offline!" stop