-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.11.2, 20w07a, 1.19.3
-
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.
- is duplicated by
-
MC-258846 Server MOTD doesn't support raw JSON text, and requires § for formatting
- Resolved
- relates to
-
MC-57869 Some item tooltips use § for coloring, rendering them incorrect in right-to-left languages
- Resolved
-
MC-2215 Encoding errors in server.properties
- Resolved
-
MC-107075 End poem, splashes and credits are plain text
- Resolved
-
MC-112693 Scoreboard team colors use raw § formatting instead of text components
- Resolved