This is a free BungeeCord/Spigot plugin that is a light, simple but complete motd manager plugin that overrides the default BungeeCord motd system, to make it more capable while being light and good performant.
There are some plugins that makes lot of heavy actions when players ping the server, this one instead keeps everything safe, light and clean.
You can use this plugin installed with another MOTD plugin to improve performance. CleanMotD will automatically give priority to the other plugin if you disable the "motd" option in CleanMotD.
This plugin was mainly made for ArkFlame Network, but i published it because it will help people and the development of the plugin by finding bugs, getting new ideas, etc...
- Flexible Configuration
- Multiple Random MOTDs
- JustOneMore MaxPlayers
- Advanced FakePlayers System
- Customizable Player Sample List
- Customizable Protocol Version Name
- Packet Use with ProtocolLib
- Minimal Performance Impact
/cleanmotd help
- Shows the available commands./cleanmotd reload
- Reloads the configuration.
cleanmotd.admin
- Permission to use commands.
- Stop your server.
- Download and place the plugin .jar file into your plugins folder.
- Start your server to generate configuration files.
- Customize the configurations as needed and reload the plugin.
To build CleanMOTD from the source, follow these steps:
-
Clone the repository:
git clone https://github.com/2lstudios-mc/CleanMOTD.git cd CleanMOTD
-
Build the plugin using Gradle:
./gradlew build
-
The built .jar file will be located in the
build/libs
directory.
We welcome contributions! Here's how you can help:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to your branch:
git push origin feature-branch
- Open a pull request on GitHub.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as you see fit.