MOTD Generator

Design the two-line message players see next to your server in the multiplayer list, with colours and formatting — then copy it straight into server.properties.

The MOTD(“message of the day”) is the tagline shown beside your server in the multiplayer menu. It fits two lines; keeping each under about 45 characters is a safe target, since a very long line can make the server list show an error. Colour and format it with & codes or the buttons below, then paste the server.properties line — the codes are written as § escapes so they survive being saved to that file.

Preview

A Minecraft Server
My Server - Season 2
Now with custom builds!

Message

Click a colour or format to insert it into the highlighted line.

20/45
23/45

Output

motd=\u00A76\u00A7lMy Server\u00A7r \u00A77- Season 2\n\u00A7aNow with \u00A7b\u00A7lcustom\u00A7r\u00A7a builds!

Paste this line into server.properties (replace the existing motd= line).

§6§lMy Server§r §7- Season 2
§aNow with §b§lcustom§r§a builds!

The § form, for plugins and configs that accept section signs directly.

How to Use the MOTD Generator

Design the two-line MOTD players see beside your server in the multiplayer list, with colours and formatting, then copy it straight into server.properties.

Quick Steps

  1. 1Type your two lines of text
  2. 2Add colours and formatting with the swatches or & codes
  3. 3Check the live preview of the server-list row
  4. 4Copy the server.properties line and paste it in

Example Use Cases

  • A branded tagline for your server list entry
  • Announcing a season, event or new feature
  • A tidy, readable two-line description with colour

Tips

Keep each line under about 45 characters so nothing gets cut off
The server.properties output uses §-escapes so it survives being saved to the file
Use &r to reset formatting partway through a line

Frequently Asked Questions

What is a Minecraft server MOTD?

The MOTD (message of the day) is the short description shown next to your server in the multiplayer server list. It can be two lines and supports colours and formatting. It is set by the motd= line in server.properties.

How do I add colours to my MOTD?

Use the colour and format buttons, or type & codes such as &6 for gold or &l for bold. This generator converts them into the § escape codes that server.properties needs, so they display correctly in the server list.

How do I put my MOTD on two lines?

Type your second line in the Line 2 box. In server.properties a line break is written as \n, which this generator adds for you — just paste the whole motd= line it produces.

Why do the colour codes look like \u00A7 in the output?

server.properties files are read with Java escaping, so a section sign is written as \u00A7 to survive being saved. Minecraft turns it back into a colour code when it loads the file. Paste the line exactly as shown.

How long can a MOTD be?

There is no exact character limit because the server list uses a variable-width font, but a very long MOTD (roughly 59 characters or more on a line) can make the server list show a communication error instead of your message. The generator warns at about 45 characters per line as a safe target so this never happens.