Minecraft MOTD generator

Write your server's message of the day with colour and formatting codes and see it exactly as players will in the multiplayer list. Then copy the line straight into server.properties.

Click a code to insert it. Use & followed by the character.

&0 &1 &2 &3 &4 &5 &6 &7 &8 &9 &a &b &c &d &e &f &l bold &o italic &n under &m strike &r reset

Preview

How Minecraft MOTD codes work

A MOTD is the two-line message shown next to your server in the multiplayer list. Formatting uses a section sign followed by one character. In server.properties that sign has to be written as the escape §, which is why the output box above converts your & codes for you.

The codes

Writing a MOTD that works

Where to put it

Open server.properties, replace the motd= line with the output above, then restart the server. Some hosts and proxies such as Velocity or BungeeCord override the backend MOTD, in which case set it in the proxy config instead.

More tools