Scribe includes a built-in Auto-Broadcaster. You do not need to install secondary announcement plugins.
Configuration
The announcement system is managed in config.yml:
announcements:
enabled: true
interval-seconds: 300
prefix: "<blue>[Announce]</blue> "
messages:
- "<white>Welcome to the server! Use <primary>/help</primary> for more information.</white>"
- "<white>Read the rules and be kind to other players.</white>"
How it works
- When
enabledis true, Scribe begins a timer. - Every
interval-seconds(e.g. 300 seconds = 5 minutes), Scribe selects the next message in themessagesarray. - The message is prepended with the
prefixand broadcast to the entire server. - When Scribe reaches the end of the array, it loops back to the beginning.
Tip: You can use hover and click events in these messages. Example: <hover:show_text:'Be kind and keep chat readable.'>Read the rules</hover>