AnnounecmentPlugin

An Announcement plugin that lets u announce important info to the servers players

350

AnnounecmentPlugin

AnnouncementPlugin

Overview

AnnouncementPlugin is a simple plugin for Paper servers that automatically broadcasts configured messages to all players at set intervals. It also supports manual announcements and configuration reloads via command.

Installation

Place the compiled .jar file in your server’s plugins/ folder. Start or reload the server. Edit the generated config.yml in plugins/AnnouncementPlugin/.

Configuration

``` prefix: "&6[Announcement] &e" interval: 300 announcements: - "&eWelcome to the server!" - "&bJoin our Discord and have fun!" prefix: Message prefix with color codes ```

announcements: List of rotating messages announcements: List of rotating messages

Commands

/announce <message> — Broadcast a custom message

/announce reload — Reload the plugin configuration

/announceconfig - access config from the plugins files

Permission: _announcementplugin.announce_

Requirements

Minecraft: Paper 1.21 / 1.21.7

ADS