Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ข Ancient-Broadcast
Ancient-Broadcast is a modern, lightweight, and highly configurable broadcast plugin for Paper / Spigot 1.20+, built with Java 21.
โจ Designed to be lag-free, scalable, and easy to manage for both small and large servers.
Ancient-Broadcast allows server owners to send professional-looking broadcasts to all online players, either automatically on a schedule โฑ๏ธ or manually via commands ๐งโ๐ป. Everything can be configured in-game or via the configuration file.
๐งฉ What Ancient-Broadcast does
Ancient-Broadcast periodically sends messages (broadcasts) to all online players ๐ฅ.
Every broadcast is always sent in the same clean format ๐งผ:
- โ one empty spacer line
- ๐ข the broadcast message block (single-line or multi-line group)
- โ one empty spacer line
๐ Optionally, a sound is played for all players when the broadcast is sent.
This keeps chat readable and prevents spam ๐ซ.
โจ Features (complete and explained)
โฑ๏ธ Scheduled broadcasts
Each broadcast has its own scheduler and runs independently from others.
Supported interval units:
- โฒ๏ธ SECONDS
- โฐ MINUTES
- ๐ HOURS
This allows you to run multiple broadcasts at different intervals at the same time.
๐ Rotation system
If a broadcast contains multiple messages or multiple groups, rotation can be enabled.
Rotation modes:
- ๐ข SEQUENTIAL โ messages or groups are sent in order
- ๐ฒ RANDOM โ a random message or group is selected each time
Rotation is controlled globally and can be enabled, disabled, and switched between modes.
โญ Grouped broadcasts (multi-line as ONE broadcast)
Grouped broadcasts allow multiple lines to be linked together and sent as one complete broadcast block.
๐ Rotation happens per group, not per line.
Grouped broadcasts are ideal for:
- ๐ก tips with multiple lines
- ๐ฃ announcements
- ๐ท๏ธ server information blocks
- ๐ messages containing clickable links
When sent, a grouped broadcast appears between one spacer line above and one spacer line below.
๐จ Colors & formatting
Ancient-Broadcast supports both modern and classic formatting systems.
๐งฉ MiniMessage is fully supported, including colors, gradients, formatting, and click events.
๐จ Minecraft & color codes are also supported:
- &0 โ &9
- &a โ &f
- &l bold
- &o italic
- &n underline
- &m strikethrough
- &k magic
- &r reset
- ๐ HEX colors using &#RRGGBB
MiniMessage and & color codes can be mixed in the same message.
๐ Clickable links & websites
Clickable links are supported using MiniMessage click events ๐ฑ๏ธ.
This allows linking:
- ๐ websites
- ๐ฌ Discord invites
- ๐ web shops
- ๐ any external URL
๐ Sounds
Each broadcast can optionally play a sound ๐ต.
Sound features:
- ๐ enable or disable sounds per broadcast
- ๐ choose a custom sound per broadcast
- ๐ custom volume
- ๐๏ธ custom pitch
- ๐๏ธ a global default sound
The default sound is also used by the broadcast-now command.
๐ On first startup, the plugin automatically generates a sounds.yml file in the plugin folder.
This file contains all valid sound names you can use in the configuration or commands.
๐ PlaceholderAPI support
If PlaceholderAPI is installed, placeholders work automatically ๐งฉ.
Examples:
%player_name%%vault_eco_balance%
Placeholders are resolved per player, meaning each player sees their own data ๐ค.
PlaceholderAPI is optional โ the plugin works perfectly without it.
โก Performance & optimization
Ancient-Broadcast is optimized to be fast and lag-free ๐:
- โ๏ธ uses the Paper scheduler
- ๐ซ no blocking operations
- ๐ง cached message parsing
- ๐ PlaceholderAPI only used if installed and needed
- ๐ก๏ธ safe sound resolution (Paper 1.21+ compatible)
๐ฆ Requirements
- โ Java 21
- ๐งฑ Paper / Spigot 1.20+ (Paper recommended)
- ๐งฉ Optional: PlaceholderAPI
๐ Installation
1๏ธโฃ Download the Ancient-Broadcast jar file
2๏ธโฃ Place it into the server plugins folder
3๏ธโฃ Start the server once (generates config.yml and sounds.yml)
4๏ธโฃ Edit plugins/Ancient-Broadcast/config.yml
5๏ธโฃ Apply changes using /ab reload
6๏ธโฃ Enable broadcasting globally using /ab toggle
โ ๏ธ The plugin is disabled by default.
๐ Permissions
All commands require OP or the following permission ๐:
ancientbroadcast.admin
Default: OP
๐งโ๐ป Commands (complete list with explanation)
๐ General
/ab helpโ ๐ shows all available commands/ab reloadโ ๐ reloads the configuration file/ab toggleโ ๐ global enable or disable switch/ab listโ ๐ lists all broadcasts and their status
๐ข Broadcast management
/ab add <id>โ โ create a new broadcast/ab remove <id>โ โ delete a broadcast/ab enable <id>โ โ enable a broadcast/ab disable <id>โ ๐ซ disable a broadcast
โ๏ธ Message editing
/ab setmessage <id> <message>โ โ๏ธ set a single message (overwrites groups and messages)/ab addline <id> <message>โ โ add a rotating single-line message/ab clearlines <id>โ ๐งน clear rotating messages
โญ Grouped broadcast management
/ab addgroup <id>โ ๐ฆ add a new empty group/ab addgroupline <id> <groupIndex> <message>โ ๐ add a line to a group (groupIndex starts at 0)/ab listgroups <id>โ ๐ list all groups and line counts
โฒ๏ธ Interval & scheduler
/ab setinterval <id> <value> <SECONDS|MINUTES|HOURS>
๐ Sounds
/ab setsound <id> <on|off> [sound] [volume] [pitch]/ab defaultsound <on|off> [sound] [volume] [pitch]
๐ Rotation
/ab rotation <on|off>/ab setmode <SEQUENTIAL|RANDOM>
๐งช Testing & instant broadcasts
/ab test <id>โ โก instantly sends the next broadcast/ab broadcastnow <message>โ ๐ข sends a one-time broadcast
โ๏ธ Configuration overview
The configuration file contains the following sections ๐งพ:
- ๐ Global enabled toggle
- ๐ Rotation settings (enabled and mode)
- ๐ Default sound settings (enabled, sound, volume, pitch)
- ๐ข Broadcast definitions
Each broadcast contains:
- โ enabled toggle
- โฑ๏ธ interval value and unit
- ๐ sound settings
- ๐ฌ message, messages, or groups
Message types:
- ๐ข
messageโ single-line broadcast - ๐ต
messagesโ rotating single-line broadcasts - โญ
groupsโ rotating multi-line broadcasts sent as one block
If groups are defined, message and messages are ignored.
โค๏ธ Support
Need help, found a bug, or have a feature request? ๐ ๏ธ
- ๐ Open an issue on Modrinth
- ๐ฌ Or contact the author directly
Enjoy using Ancient-Broadcast ๐


