Server List MOTD
The two-line message shown next to your server in the multiplayer list.
When a Minecraft client pings the server, the response includes a two-line MOTD. This module sets that MOTD; it has nothing to do with the join welcome.
Configuration
| Key | Description |
|---|---|
Enabled | Master toggle. If false, the server uses the vanilla server.properties MOTD. |
Line1 / Line2 | The two lines, with & color codes. |
If maintenance mode is on, the MOTD is replaced with the maintenance-specific message (configurable in messages-*.yml).
Notes
ServerListMOTD.Enabled: falseis properly respected after upgrades. The login ping path uses an explicitisSetcheck rather than falling back to a default.- See Server List MOTD config.