Announcements
The chat/announcements.yml file defines automated, rich-text messages that are sent to the entire server at regular intervals.
Global Settings
enabled: Set totrueto enable automated announcements.random: Set totrueif announcements should be sent in a random order. Iffalse, they will be sent in the order defined in theorderlist.interval: The time in seconds between each announcement (e.g.,360for 6 minutes).sound: Optional sound to play to all players when an announcement is sent.
Defining Announcements
Each announcement is a list of lines that will be sent to the chat. Supports MiniMessage and all colors.
Example Announcement:
announcements:
discord:
- ""
- " <blue><bold>DISCORD SERVER</bold></blue> (/discord)"
- " <white>Join our community for giveaways and more!"
- ""
Order
The order list defines the sequence in which announcements will be displayed when random is set to false.
order:
- discord
- store
- teams
...