Styled Chat 1.4.0 for 1.19.1:
- Updated to 1.19.1
- Added option to require Chat Preview for formatting (disabled by default, you might want it if you don't like orange ring of
deathserver modified text) - Added support for suggestion of emotes/tags in chat
- Compatible with reporting system (through still should work with mods blocking it, if you really want them, but never tested).
Modrinth: https://modrinth.com/mod/styled-chat CurseForge: https://www.curseforge.com/minecraft/mc-mods/styled-chat Github: https://github.com/Patbox/StyledChat Discord: https://pb4.eu/discord
Styled Chat 1.3.0:
- Updated to 1.19 (rc2)
- Updated Placeholder API to version 2.0.0-beta.2! This means improved parsing and support for placeholders in gradients!
- Added support for 1.19's Chat Preview
- Keep in mind this release still might have some issues so please report them if you find any!
Modrinth: https://modrinth.com/mod/styled-chat CurseForge: https://www.curseforge.com/minecraft/mc-mods/styled-chat Github: https://github.com/Patbox/StyledChat
Styled Chat 1.2.0:
- Added support for some basic markdown syntax
- Added support for emotes, you can add custom ones in config and use them by typing
:emote_name:
- Added <spoiler> chat tag
- Added support for /msg, /teammsg, /say and /me
- Added /tellform command - It's like tellraw, but you use same formatting as StyledChat
- You can now style pets death message
- Enabled more tags by default
- You can enable formatting in /msg and /teammsg
- You can now hide some messages by empting their value (without removing them), example:
"join": ""
- Updated bundled Placeholder API
- Changed default URL color
- Bundled required parts of fabric api so it's no longer required dependency
- Exposed some new events/methods for better mod compatibility