Releases: Patbox/StyledChat
Releases · Patbox/StyledChat
1.2.0 aka quite big update
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 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
1.1.0: Add proposed changes
- Removed click tag from parsing on chat - Added <pos> tag to chat parsing. It displays players current position - Added support for clickable links - You can now change first time join message
1.0.2: - Fixed `permissionStyle` order not being respected
- Changed config version to 2, old configs should autoupdate
1.0.1: Configuration improvements
- Added support for using legacy (&X) codes in chat (they are converted internally to tags). It's toggled off by default - You can now change which formatting is available for players by default
Initial release
1.0.0 Initial commit