RB_ANNOUNCE

Auto Announcement Plugin It sends message in a Fixed Time Limit Easy to use Plugin With config.yml.

14

Quick challenge

How far can you run before the mobs catch you?

RB_ANNOUNCE

RB_ANNOUNCE

Lightweight auto announcer for Paper/Spigot 1.21.x. Broadcasts a configurable message at a fixed interval with support for legacy (&) and hex (&#RRGGBB) color codes.

Features - Periodic server‑wide announcements - Hex (&#RRGGBB) and legacy (&) color formatting - Simple, zero‑command setup - Generates a default config on first run - Built for Java 21 and Spigot API 1.21.4

Requirements - Java 21+ - Paper/Spigot 1.21.x - No additional dependencies

Installation 1. Download the RB_ANNOUNCE jar. 2. Place it in your server’s plugins folder. 3. Start the server once to generate the default config at plugins/RB_ANNOUNCE/config.yml.

Configuration Configure the broadcast interval and message in plugins/RB_ANNOUNCE/config.yml:

```yml interval-seconds: 300 message: "&6[Announcement]&r &aRemember to have fun on the server!" ```

Color Formatting - Legacy codes: use & for colors and styles (e.g., &6, &a, &l, &r). - Hex colors: use &#RRGGBB, e.g., &#FFAA00.

Example: ```yml message: "&#FFAA00&lServer&r &#55FF55Restart in &c10m" ```

Commands and Permissions - None. The plugin runs automatically on enable. - To apply config changes, restart the server.

Compatibility - Tested with Spigot/Paper 1.21.x - api-version: 1.21

About - Name: RB_ANNOUNCE - Description: Auto announcement plugin for Minecraft servers - Author: RebornX_

Support Open an issue on your chosen code host or Modrinth page with server version, Java version, and config.yml.

ADS