Skip to content

Releases: Patbox/StyledChat

1.2.0 aka quite big update

18 Oct 14:23
Compare
Choose a tag to compare

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

29 Jun 10:06
Compare
Choose a tag to compare
- 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

18 Jun 14:50
Compare
Choose a tag to compare
- Changed config version to 2, old configs should autoupdate

1.0.1: Configuration improvements

16 Jun 19:27
Compare
Choose a tag to compare
- 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

12 Jun 09:41
Compare
Choose a tag to compare
1.0.0

Initial commit