options: prefix: Serwer.pl colour: &d&l command /ogloszenie [] []: trigger: if arg 1 is set: if arg 2 is set: if arg 1 is "chat" or "czat": if player has permission "ogloszenie.chat": send "{@prefix} &7>> &f%coloured arg-2%" to all players else: send "&4&l* &cBrak uprawnień!" to player if arg 1 is "ekran" or "tytuł" or "title": if player has permission "ogloszenie.title": send title "{@colour}OGLOSZENIE" with subtitle "&f%coloured arg 2%" to all players else: send "&4&l* &cBrak uprawnień!" to player if arg 1 is "pasek" or "actionbar": if player has permission "ogloszenia.actionbar": send actionbar "&f%coloured arg-2%" to all players else: send "&4&l* &cBrak uprawnień!" to player else: send "&4&l* &cNapisz treść ogłoszenia!" to player else: send "&4&l* &cWybierz rodzaj ogłoszenia!" to player on tab completer for "/ogloszenie": if argument at 1 is "chat" or "czat": if argument at 2 is not set: add "< treść >" to completions if argument at 1 is "ekran" or "tytuł" or "title": if argument at 2 is not set: add "< treść >" to completions if argument at 1 is "pasek" or "actionbar": if argument at 2 is not set: add "< treść >" to completions if argument at 1 is not set: add "chat" to completions add "actionbar" to completions add "title" to completions