A simple announcement plugin for broadcasting colored messages.
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.
.jar file plugins/ folder /announce
/announce Server restart in 5 minutes! red
[Announcement] Server restart in 5 minutes!
(Displayed in red color)
If no color is provided, the message defaults to yellow.
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 |
Main classes:
de.scholle.announcement.Announcement – main plugin class de.scholle.announcement.AnnounceCommand – handles /announce de.scholle.announcement.MessageUtils – formats and sends messagesDeveloped by: Scholle
Package: de.scholle.announcement
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