Skip to content
Jason edited this page Jul 4, 2020 · 11 revisions

Message Syntax

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 config.yml, example:
placeholders:
  myPlaceholder: "<green>[<rainbow>MyServer]<reset>"
  • And are used like so: {myPlaceholder} Welcome to the server<yellow>!

Prisma Support

  • If Prisma is installed, custom color codes can be used like so:

<color:&?>Color ? Text! <color:&x>Color x Text!</color:&x> Color ? Text! Prisma Example

  • For info on how to set custom color codes with Prisma refer to the info on their Spigot Resource page here
Clone this wiki locally