MythicBroadcast icon
Server Exclusive

MythicBroadcast

Timed server broadcasts with configurable rotation and formatting.

Server exclusive
Spigot downloads
Modrinth downloads
Private buildRelease status
1.0Current version
Last public update

Full overview

Timed server broadcasts with configurable rotation and formatting.

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.

Best suited toPrivate and community servers that need reliable recurring notices without a full chat suite.

How it works

Configure the rotation once and let the server handle delivery

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

Configuration and live-server use

Commands, permissions, configuration files and architecture are documented below from the supplied project.

CompatibilityPaper/Spigot 1.20+IntegrationsNo required integrationsVersion1.0

Feature breakdown

Everything included in MythicBroadcast

Feature coverage is backed by the supplied project source.

Loop or random broadcasts

Implemented by the supplied source project and expanded in the source reference below.

Configurable interval

Implemented by the supplied source project and expanded in the source reference below.

Optional prefix

Implemented by the supplied source project and expanded in the source reference below.

Editable message list

Implemented by the supplied source project and expanded in the source reference below.

Reload command

Implemented by the supplied source project and expanded in the source reference below.

No hard dependencies

Implemented by the supplied source project and expanded in the source reference below.

Getting started

Installation and rollout

Review the source-verified reference before production deployment.

  1. 1

    Install and restart once to generate config.yml.

  2. 2

    Set Enabled, Interval-Minutes and Mode.

  3. 3

    Edit Prefix and Messages.

  4. 4

    Use /mb reload after later changes.

Source-verified reference

Checked against MythicBroadcast 1.0

This static reference is built from the supplied plugin.yml, YAML resources and Java source. No browser-generated documentation is used.

Main classme.Ghoul.MythicBroadcast.MainAPI version1.2Java classes1 Hard dependenciesNoneSoft dependenciesNoneLoad beforeNone

Commands

1 declared command

Aliases, usage and permissions come directly from plugin.yml.

/

/mb

Reload the MythicBroadcast config

Usage: /mb reload · Permission: mythicbroadcast.admin

Permissions

1 declared permission node

Defaults and descriptions come directly from plugin.yml.

mythicbroadcast.admin

No description declared.

Default: op

Configuration reference

1 bundled YAML file

Top-level sections and defaults are summarised from the supplied resources.

config.yml

  • Settings — 5 nested settings: Enabled, Interval-Minutes, Mode, Prefix-Enabled, Prefix
  • Messages — 4 configured entries

Source architecture

1 Java classes across 1 packages

me.Ghoul.MythicBroadcast (1)

Core systems

Main

Related projects

Continue exploring