-
Notifications
You must be signed in to change notification settings - Fork 11
Message Syntax
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
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 main.conf, example:
custom-placeholders {
myPlaceholder="[<rainbow>MyServer</rainbow>]"
nick="%essentials_nickname%"
}
- And are used like so:
{myPlaceholder} Welcome to the server<yellow>!