Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-112699

Server motd is sent as plain text component making it impossible to use text components for formatting

XMLWordPrintable

    • Confirmed
    • Networking, Text

      The bug

      Based on 1.11 decompiled using MCP 9.35 rc1

      The server sends the motd as plain text component (method net.minecraft.server.MinecraftServer.run()). This requires the player to use the legacy formatting character (§) because the string is displayed as plain text for the client.

      Expected behavior

      The motd should be a text component which is then parsed and send to the client.

      This would require old motd messages to be converted to a text component.

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: