Setting up announcements
Announcements are messages broadcasted to specified channels in sequential order. They support MiniMessage, emojis, and other formatting features.
Example
announcements.yml
# Announcements will be sent in sequential order
messages:
- message: '<gray>This is a test announcement! <blue><click:open_url:https://i.ytimg.com/vi/TK4I4RTOjQo/maxresdefault.jpg>>
here :smiling_face:</click></blue>.</gray>'
channels:
- global
message: The content of the announcement, which can include MiniMessage formatting, emojis, placeholders...channels: List of chat channels where this announcement will be sent
Announcements are displayed to users in the order they are listed and can include interactive elements such as clickable links.