MuteBefehl Wiki

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

ServerListMOTD:
  Enabled: true
  Line1: "&b&lMuteEssentials &7on Paper 1.21+"
  Line2: "&fAll-in-one server essentials"
KeyDescription
EnabledMaster toggle. If false, the server uses the vanilla server.properties MOTD.
Line1 / Line2The 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: false is properly respected after upgrades. The login ping path uses an explicit isSet check rather than falling back to a default.
  • See Server List MOTD config.

On this page