Getting Minecraft colors right (where most tools slip up)
- Java vs Bedrock: on Java a color code resets bold/italic, so the code has to re-add them after every color — this tool does that automatically. On Bedrock, formatting carries through, and hex isn’t supported (we snap to the nearest of the 16 colors).
- Hex colors (the
§xform) work on Java 1.16+ for chat, signs and/tellraw— but not in a vanilla server MOTD. - Output style: use
§in-game,&for plugins (Essentials, etc.), or\u00A7inserver.properties. - MOTD is two short lines; /tellraw gives you the full JSON text component.