Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 10 months ago
Updated 10 months ago
π’ Announcement
A simple and flexible Minecraft Spigot/Paper plugin that lets you send colorful announcements to all players on the server.
Perfect for staff notifications, server messages, or global event announcements.
βοΈ Features
- π£ Send custom messages to all online players
- π¨ Choose from a wide range of text colors
- π¬ Automatically prefixes messages with a styled βAnnouncementβ tag
- β‘ Lightweight, fast, and easy to use
- π§βπ» Works from both console and in-game
π Installation
- Download the plugin
.jarfile - Place it inside your serverβs
plugins/folder - Start or reload your server β ready to use immediately!
π‘ Usage
Command
/announce <message> <color>
Example
/announce Server restart in 5 minutes! red
Result (visible to all players)
[Announcement] Server restart in 5 minutes!
(Displayed in red color)
If no color is provided, the message defaults to yellow.
π¨ Available Colors
You can use any of the following color names:
| Color Name | Example |
|---|---|
| black | black |
| dark_blue | dark_blue |
| dark_green | dark_green |
| dark_aqua | dark_aqua |
| dark_red | dark_red |
| dark_purple | dark_purple |
| gold | gold |
| gray | gray |
| dark_gray | dark_gray |
| blue | blue |
| green | green |
| aqua | aqua |
| red | red |
| light_purple | light_purple |
| yellow | yellow |
| white | white |
π§© Developer Information
Main classes:
de.scholle.announcement.Announcementβ main plugin classde.scholle.announcement.AnnounceCommandβ handles/announcede.scholle.announcement.MessageUtilsβ formats and sends messages
π§° Compatibility
- β Works with Spigot, Paper, and Purpur
- π§± Tested for Minecraft 1.18+
- βοΈ Requires Java 17+
π§βπ» Author
Developed by: Scholle
Package: de.scholle.announcement
π License
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it in compliance with the terms of that license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0


