You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an alternative coloring technique where Minecraft sends a color code in the format of §[0-9a-f]. Most notably the + symbols should be green in the web chat.
Sometimes repeated spaces are meaningful and are used for formatting.
Proposed solutions:
Provide a separate formatting pass over text to scan for color formatting codes.
A simple global find+replace on all text:
Find all occurrences of more than one consecutive space
Replace with an equal amount of (non-breaking space XML entities)
Seen above:
§[0-9a-f]. Most notably the+symbols should be green in the web chat.Proposed solutions:
(non-breaking space XML entities)