Setting up announcements

Announcements are messages that get sent to a channel in sequential order. They support MiniMessage, emojis and other features.
Let's have a look at this 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 message that will be announced.channels
: The channels where this message will be announced.