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 to true to enable automated announcements.
  • random: Set to true if announcements should be sent in a random order. If false, they will be sent in the order defined in the order list.
  • interval: The time in seconds between each announcement (e.g., 360 for 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
  ...