MOTDCustomizationColors2 min read

Customize the MOTD (server message)

Change the message displayed in the Minecraft server list with colors and formatting.


What is the MOTD?

The MOTD (Message of the Day) is the text shown below your server name in the Minecraft multiplayer server list. It's the first thing players see.

Change the MOTD

Method 1: server.properties

  1. Open server.properties in the panel file manager
  2. Edit the motd line:
properties
motd=\u00a7b\u00a7lBaires Host \u00a77- \u00a7aSurvival 1.21\n\u00a77Join now and start your adventure!
  1. Save and restart

Method 2: Using a plugin (ServerListPlus, MiniMOTD)

For advanced MOTDs with animations, player count customization, and per-player messages, use a plugin like MiniMOTD:

  1. Download MiniMOTD from Modrinth
  2. Upload to plugins/
  3. Restart and edit plugins/MiniMOTD/main.conf

Color codes

Use \u00a7 followed by a code:

CodeColorCodeFormat
0BlacklBold
1Dark Bluem~~Strikethrough~~
2Dark GreennUnderline
3Dark AquaoItalic
4Dark RedrReset
5Purple
6Gold
7Gray
8Dark Gray
9Blue
aGreen
bAqua
cRed
dPink
eYellow
fWhite

Line break

Use \\n to create a second line:

properties
motd=\u00a7aFirst line\n\u00a77Second line

Tips

  • The MOTD supports a maximum of 2 lines
  • Each line can be up to 45 characters before being cut off in most clients
  • Use an online MOTD generator to preview colors before applying
  • Paper servers support MiniMessage format in some plugins for hex colors

Was this guide helpful?