Compact Chat

Compact Chat

Mod

Clean up your chat by removing duplicate messages!

Client Utility

23.3k downloads
113 followers
Created3 years ago
Updateda month ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter versions...

2.1.1

by Caoimhe on May 31, 2024
Download
  • Added support for 1.20.6 (#31)
  • Fixed a regression for a bug where messages which have timestamps added to them by other mods would not be compacted (by @70CentsApple, #32)

Note: This version of compact-chat supports 1.21.

2.1.0

by Caoimhe on Feb 27, 2024
Download
  • Fixed an issue where messages that have been sent over 100 times would not get compacted into a single message. (#30)
  • Added the ability to configure the maximum occurrences amount.
    • Any message which has an occurrence count above this amount (e.g. 100) will be compacted into one message which says 100+.

2.0.4

by Caoimhe on Feb 3, 2024
Download
  • Fixed an issue where long messages being spammed would cause the game to lag more than it does in vanilla. (#27)
  • Message occurrences stop incrementing after 100 occurrences, it will say 100+ for anything above 100.
Minor performance improvements and under-the-hood changes.
  • Messages are now identified by their string contents, and not their Text instance, meaning that the mod should be faster in general - but this may not be that obvious.

  • We have added a cache to Minecraft’s code which splits a single text message into multiple lines to be displayed, this was an expensive operation, and if it was being run for the same message multiple times (which is the case with Compact Chat, but not in vanilla, due to us removing duplicate messages), it will cause a lot of lag. This cache’s entries are cleared if the entry has not been accessed for over a minute.

2.0.3

by Caoimhe on Dec 23, 2023
Download

Changelog

  • Bumped dependencies and added support for 1.20.4!

As always, you can also download this release on GitHub.

2.0.2

by Caoimhe on Jul 14, 2023
Download
  • Added compatibility for mods that add timestamps to messages (#23)
  • Removed dependency on owo-lib, and added cloth-config as a dependency.
    • Your configuration files should automatically be migrated, if you get an error in your log that says the migration has failed, open an issue.

2.0.1

by Caoimhe on Jun 9, 2023
Download
  • Add support for 1.20

You can also download this from GitHub.

2.0.0

by Caoimhe on Feb 7, 2023
Download
  • Compact Chat has been rewritten from the ground up
    • Most options have remained the same, however some have been removed due to redundancy
  • It should now be more reliable, and have an overall better experience!
  • Support has been dropped for versions less than 1.19 - Only 1.19.1+ is supported now!

You can also download this from GitHub.

1.3

by Caoimhe on Jun 7, 2022
Download

CompactChat 1.3 is now here! This version contains some new features, some bug fixes and general performance improvements.

⭐️ Features

  • Add the ability to only compact consecutive messages (suggested by jn64, issue #11)

🐛 Bug fixes and performance improvements

  • Improve the way that we store compacted messages
    • This should make compact chat more reliable, and hopefully should make it perform better with longer chat histories.

🔨 Minor Changes

  • Add dutch translations
  • Improve the way that we register our configuration

📝 Notes

  • fabric-api and cloth-config are required.
  • To configure the mod, you need to install ModMenu.
  • There are two seperate jars, one for 1.19 and one for 1.18, make sure you download the correct one for your version of Minecraft.

1.2.1

by Caoimhe on Jun 5, 2022
Download

CompactChat 1.2.1 is now here! This version contains a critical bug fix for 1.18 users and some other minor changes.

🐛 Bug fixes and performance improvements

  • Fix messages not appearing at all on 1.18

🔨 Minor Changes

  • Added norwegian translations
  • Updated simplified chinese translations

📝 Notes

  • fabric-api and cloth-config are required.
  • To configure the mod, you need to install ModMenu.
  • There are two seperate jars, one for 1.19 and one for 1.18, make sure you download the correct one for your version of Minecraft.

CompactChat 1.2 is now here!

This version contains a few new features, some bug fixes and general performance improvements.

Your mod configuration will be reset after installing this update due to using cloth-config instead of the old .properties file.


⭐️ Features

  • Add the option to reset the message counters when joining a new world
  • Add the option to clear / not clear the chat history when joining a new world

🐛 Bug fixes and performance improvements

  • Make BetterOrderedText#getString static

🔨 Minor Changes

  • Use cloth-config for handling the configuration

📝 Notes

1.1.2

by Caoimhe on Jun 2, 2022
Download

CompactChat 1.1.2 is now here! This version contains official support for 1.19.

🔨 Minor Changes

  • Stop using SpruceUI for the Mod GUI
  • Added official support for 1.19

📝 Notes

CompactChat 1.1.1 is now here! This version contains mostly minor additions and bug fixes.

🐛 Bug fixes

  • Change positioning and size of "Done" button in the options screen (0ec7c2d)

🔨 Minor Changes

  • Added official support for 1.18.2 (5345810)

📝 Notes

⭐️ Features

  • Reset message counters when F3+D is pressed

🐛 Bug fixes

  • Fixed custom fonts on messages causing counters to appear as a blank character

🔨 Minor Changes

  • Added Russian Translations

CompactChat 1.0.1 is now here! This release contains the following changes:

  • Modify the chat infinite chat history's length to be infinite (enabled by default)
  • Don't compact messages which contain "---"
  • Fix spacing issue with certain servers

If you have any problems, please open an issue.

Note: To disable the infinite chat option, you need to access the config screen via ModMenu


Project members

Caoimhe

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID