Server MOTD Generator

Editor

Formatting

Colors

Live Preview

How to Use Your MOTD

This tool generates text with standard Minecraft format codes (like `&a` for green). How you use it depends on your server:

  • For Server Plugins (like EssentialsX, CMI): Most chat or MOTD plugins support these codes directly. Just copy the raw text and paste it into the plugin's configuration file.
  • For `server.properties` (Vanilla/Fabric/Forge): The default server file uses `\u00A7` instead of `&`. You will need to copy the text and do a Find/Replace to change all `&` symbols to `\u00A7`. For example, `&aMy Server` becomes `\u00A7aMy Server`.