MyMOTD is a (very) lightweight plugin to allow the server list MOTD to be changed in-game.
Set the MOTD to "Hello world!":
/motd Hello World!
Display the current MOTD:
/motd
Colour codes can also be used:
/motd &aHello &cWorld&d!
/motd - Display the MOTD/motd <text> - Set the MOTD (colour codes can be used)mymotd.get - Gives access to display the MOTD (/motd).mymotd.set - Gives access to change the MOTD (/motd ...).mymotd.* - Gives access to all MyMOTD functionality.No configuration file is needed; however the current MOTD is stored in motd.txt upon the plugin being disabled and is loaded upon being enabled.
The plugin's source code can be found on its GitHub repository.
If you have a bug report or feature request, bear in mind that I rarely check the comments on my plugins. Consider opening an issue on GitHub for a swifter response, as this will notify me by email.