Server list preview
Colors and formats insert into line 1 (the last field you clicked).
server.properties
motd=\u00A7a\u00A7lArdenHub Network \u00A77» \u00A7e1.21 Survival\n\u00A7b✦ \u00A7fNow with \u00A76custom gradients\u00A7f! \u00A7b✦
Raw § string
§a§lArdenHub Network §7» §e1.21 Survival §b✦ §fNow with §6custom gradients§f! §b✦
How to change your server MOTD
- Write your two lines and style them using the color and format buttons.
- Copy the server.properties output — it already escapes the section signs to
\u00A7and joins the two lines with\n. - Open
server.propertiesin your server folder and replace the existingmotd=line with the copied one. - Restart the server (a reload is not enough for this file) and refresh your multiplayer list.
Using a network proxy like BungeeCord, Velocity or a host panel? Paste the raw § string into the proxy's MOTD field instead.
MOTD length, icons and best practices
- Each line fits roughly 45 characters before it is clipped in the vanilla client — keep it punchy.
- The server icon is a separate 64×64 PNG named
server-icon.pngplaced in the server root; the MOTD does not control it. - Center text with padding spaces, and use a single accent color plus white for the best readability at small sizes.
- Want a gradient MOTD? Build the string in the gradient text generator and paste it into a line here.
Why escaping matters
The server.properties file is a Java properties file, so it cannot store the raw section sign or a literal line break. That is why the generator outputs \u00A7 for each color code and \n between the two lines. If you paste an un-escaped string, you will usually see the MOTD collapse to one line or the colors turn into visible ? characters.
Frequently Asked Questions
My MOTD colors show as question marks — how do I fix it?
How many lines can a Minecraft MOTD have?
Do I need to restart the server after changing the MOTD?
Can I use hex gradient colors in the MOTD?
Where do I put the server icon?
Related Minecraft Tools
Sign Generator
Write and style all four sign lines, then copy the /setblock command.
Pixel Circle Generator
Plot perfect circles and ellipses block-by-block for builds.
Color Code Generator
Build formatted chat, names & lore with § color and style codes.