-
Notifications
You must be signed in to change notification settings - Fork 11
Message Syntax
Jason edited this page Aug 2, 2020
·
11 revisions
MiniMessage is used to parse messages. Documentation on how to format messages can be found here
In addition to the MiniMessage syntax, AnnouncerPlus has it's own syntax.
- To center text, prefix the message with
<center>
-
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!
- For info on how to set custom color codes with Prisma refer to the info on their Spigot Resource page here