Ancient-Broadcast

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 119 downloads ๐Ÿ“Œ v1.0.3 ๐Ÿ“… 12/18/2025
๐ŸŸก Updated this year

By mysticalcraft-ancientvipers ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 12/14/2025 ๐Ÿ“… Created: 12/18/2025

๐Ÿ” Analysis

  • ๐Ÿ† #92 of 234 management mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ“ข 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 mess

# ๐Ÿ“ข 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 ` โ€“ โž• create a new broadcast - `/ab remove ` โ€“ โŒ delete a broadcast - `/ab enable ` โ€“ โœ… enable a broadcast - `/ab disable ` โ€“ ๐Ÿšซ disable a broadcast

### โœ๏ธ Message editing - `/ab setmessage ` โ€“ โœ๏ธ set a single mess

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
mysticalcraft-ancientvipers
Version
1.0.3
Downloads
119
Endorsements
1
Category
management
Created
12/18/2025
Updated
12/14/2025
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
management, social, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does Ancient-Broadcast support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of Ancient-Broadcast?

Version 1.0.3, published 2025-12-14 with 119 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More management ๐Ÿ‘ค More by mysticalcraft-ancientvipers ๐Ÿ”Ž Similar Mods ๐ŸŒ Best management (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods