The MOTD is the line of text under your server's name in the multiplayer list. It is the only advertising space you get before someone decides whether to click, and it supports colour.
What to do
- Find
motd=inserver.propertiesWhatever follows the equals sign is what players see. Keep it short: the list only shows about two lines.
- Add colour with the section sign
Colour codes use
§followed by a character —§agreen,§baqua,§cred,§eyellow,§6gold.§lis bold and§rresets back to plain. - Use
\nfor a second lineA literal backslash-n in the value breaks the MOTD onto a second line.
- Restart the server
Like everything in
server.properties, the MOTD is read at boot.
Refresh the multiplayer list. The new text appears under the server name with the colours applied.
If you see the raw codes instead of colours, your editor saved a different character. The section sign § is not the same as an ordinary S, and some editors substitute it.