This plugin will allow you to put as many MOTD titles to be selected as you want in color or without color.
Shuffle:
This is what allows you to change the motd every time someone pings/views the server in the multiplayer list.
By default it is enabled in the config.
pingShuffle: true
To change the MOTD just edit lines or add more lines to the motdShuffle section of the config.
Stick to the format that is already set or the plugin will brake.
- "&lYour Custom MOTD"
The dash, the quotation marks and the indenting are essential.
MOTD Static:
This is just a single MOTD that never changes but is by default disabled.
To enable this set pingShuffle to false.
If you want to change what the static MOTD is then edit:
motdd: "&a&lYour server"
Again, stick to the formatting and only change what is inside the quotation marks.
Other Notes:
This plugin will be updated so as to add more features.
The MOTD should change as soon as you refresh the server list.
No need to reload the config, it reloads itself.
Config:
## This is where the MOTDs' are set! ## &0 = Black ## &1 = Dark Blue ## &2 = Dark Green ## &3 = Dark Cyan ## &4 = Dark Red ## &5 = Purple ## &6 = Orange ## &7 = Light Grey ## &8 = Dark Grey ## &9 = Lilac ## &a = Light Green ## &b = Light Cyan ## &c = Light Red ## &d = Pink ## &e = Yellow ## &f = White ## &l = Bold ## &o = Italicized ## &n = Underlined ## &m = Strikethrough ## &k = "Glitch" effect pingShuffle: true motdd: "&a&lYour server" motdShuffle: - "&aYour Custom MOTD 1" - "&lYour Custom MOTD 2"