Skip to content
Jason edited this page Jan 27, 2023 · 11 revisions

MiniMessage is used to parse messages. Documentation on how to format messages can be found here

Additional Syntax

In addition to the MiniMessage syntax, AnnouncerPlus has it's own syntax.

Centering Text

  • To center text, prefix the message with <center>

Example Centered Text

Placeholders

  • PlaceholderAPI placeholders can be used normally, i.e. <rainbow>%player_name%</rainbow>
  • Custom Placeholders may be set in main.conf, example:
custom-placeholders {
    myPlaceholder="[<rainbow>MyServer</rainbow>]"
    nick="%essentials_nickname%"
}
  • And are used like so: {myPlaceholder} Welcome to the server<yellow>!
Clone this wiki locally