Open
Description
For any platforms default chat API's that support legacy color codes, or for any method annotated @com.jetbrains.annotations.Language("minecraft.chat")
(or similar)
Support formatting the text, or at least underlining the text according to minecrafts formatting rules, so its clear what the text will look like in game.
An option to provide alternate strings such as &a would be desired, potentially configured in the annotation itself (since we know if a core API provides alternate strings or not).
Maybe @Language("minecraft.chat:&")