Loop or random broadcasts
Implemented by the supplied source project and expanded in the source reference below.
Timed server broadcasts with configurable rotation and formatting.
Full overview
MythicBroadcast keeps recurring notices visible without requiring a larger chat-management suite. Staff maintain a simple list for votes, Discord links, rules, events or general reminders.
Messages can run in order or be selected randomly, while an optional formatted prefix keeps every announcement consistent with the server identity.
How it works
Administrators add broadcast lines to config.yml, choose an interval in minutes and select LOOP or RANDOM mode.
The plugin schedules delivery while enabled, and /mb reload applies later configuration edits without a full restart.
Administration
Commands, permissions, configuration files and architecture are documented below from the supplied project.
Feature breakdown
Feature coverage is backed by the supplied project source.
Implemented by the supplied source project and expanded in the source reference below.
Implemented by the supplied source project and expanded in the source reference below.
Implemented by the supplied source project and expanded in the source reference below.
Implemented by the supplied source project and expanded in the source reference below.
Implemented by the supplied source project and expanded in the source reference below.
Implemented by the supplied source project and expanded in the source reference below.
Getting started
Review the source-verified reference before production deployment.
Install and restart once to generate config.yml.
Set Enabled, Interval-Minutes and Mode.
Edit Prefix and Messages.
Use /mb reload after later changes.
Source-verified reference
This static reference is built from the supplied plugin.yml, YAML resources and Java source. No browser-generated documentation is used.
Commands
Aliases, usage and permissions come directly from plugin.yml.
Reload the MythicBroadcast config
Usage: /mb reload · Permission: mythicbroadcast.admin
Permissions
Defaults and descriptions come directly from plugin.yml.
No description declared.
Default: op
Configuration reference
Top-level sections and defaults are summarised from the supplied resources.
Source architecture
me.Ghoul.MythicBroadcast (1)
Main
Related projects