Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 2 weeks 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



