
JsonChatMod
JsonChatMod provides convenient access to JSON formatting for chat messages in Minecraft.
The main feature of the mod is the /sayraw
command, which sends messages with JSON formatting to the public chat. Unlike the standard /tellraw
command, it functions like /say
, meaning the text is visible to all players on the server.
To create JSON text, you can use online tools like minecraft.tools/en/json_text.php. This will help you quickly format messages as needed.