ServerNews is a simple Minecraft server plugin that allows admins to send messages out to players.
- MiniMessage format support
- Timestamps on each message
- Messages are stored and sent to players when they log in, or immediately if they are already online
/servernews help
: shows command usage/servernews listMessages
: lists the messages in the system/servernews clearMessages
: clears the messages list/servernews addMessage <miniMessage>
: adds a message to the list and sends it out to the players
- To compile, clone the repo and run
./gradlew build
. The final jar will be in thrbuild/libs
directory. - To run a test server with the plugin installed, run
./gradlew runServer
. The server is 1.21.4 by default, but you can edit thetasks.runServer.minecraftVersion
line inbuild.gradle.kts
to change the version.