Docs
Announcements
Config file: modules/announcements.yml
A simple recurring broadcaster for store links, rule reminders, or tips — the kind of thing you'd otherwise need a separate plugin for. Disabled by default.
yaml
interval-seconds: 900
random-order: true
messages:
- '&8[&cAtomCombat&8] &7Use &f/bounty gui &7to browse active bounties.'
- '&8[&cAtomCombat&8] &7Use &f/ability gui &7to check your combat abilities.'
- '&8[&cAtomCombat&8] &7Check the leaderboard with &f/combatstats top'interval-seconds— time between broadcasts (minimum10).random-order—truepicks a random message each time;falsecycles through them in order.messages— the raw list of messages, with legacy&colour codes. These are not part of the language files — they're your own server-specific text, edited directly here.
Leave messages empty to effectively disable broadcasting even if the module is enabled.