Customize Your Server MOTD (Hex Colors, Icons, Rotation)
Make your server stand out in the multiplayer list with gradients and rotating messages.
The Basic MOTD
server.properties:
motd=Welcome to Endercloud SurvivalPlain text. No colors, no fancy formatting, fits on one line. Fine for testing, useless for marketing.
Upgrade With MiniMOTD
MiniMOTD is the go-to. It supports:
- Full hex RGB gradients (1.16+)
- Custom server icons
- Multiple rotating MOTDs
- Per-virtual-host MOTDs (for proxy networks)
Install
- 1Drop the jar into
/plugins/ - 2Restart
- 3Edit
/plugins/MiniMOTD/main.conf:
motds = [
{
line1 = "<gradient:#00aaff:#0044ff><bold>ENDERCLOUD</bold></gradient> <gray>|</gray> <white>Season 4</white>"
line2 = "<aqua>Survival</aqua> <dark_gray>ā¢</dark_gray> <gray>Whitelisted</gray>"
icon = "icon.png"
}
]Save the 64Ć64 PNG as /plugins/MiniMOTD/icon.png. Reload with /minimotd reload.
Multiple Rotating MOTDs
Add more entries to the motds = [ ... ] array. MiniMOTD picks one at random for each player's server-list ping.
Proxy Networks
On BungeeCord/Velocity you can route MOTDs by the virtual host the player connected through, mc.example.net and creative.example.net can show completely different MOTDs from the same proxy.
Need More Help?
Gradients not rendering? Confirm clients are on 1.16+, older versions silently drop hex codes. Ask in Discord.
Was this helpful?
Your feedback helps us write better guides.
Related Articles
More from Minecraft Hosting.
How to Start Your First Minecraft Server
From empty panel to a joinable world in under two minutes.
How to Install Plugins on Your Server
Bukkit, Spigot, and Paper plugins, installed and loaded the right way.
How to Install a Modpack (Forge / Fabric)
CurseForge and Modrinth modpacks, installed straight from the panel.
Still need help?
Our team is on Discord around the clock. Real humans, real answers.