Turns out, Minecraft already has a /tellraw command which allows you to send private json messages. Removed
- previous chat handling.
New
- /sayraw command which allows you to send public json messages.
Allows you to use json text in Minecraft chat. Any chat text starting with { will be converted (or attempted). If you want to start with a { and a \ before it. If you want a \ at the front add an extra one (a message \\hi would show as \hi).
WARNING
- No format error checking