Compact Chat

Compact Chat

Mod

Clean up your chat by removing duplicate messages!

Client Utility

75.7k downloads
144 followers
Follow Save
Filter loader...
Filter versions...
  • Made the list of "common message separators" configurable. Common message separators can now be added through the configuration screen, and if the "ignore common message separators" option is enabled, messages containing them will not be compacted.

Compact Chat has been rewritten from the ground up for v3.0 with new features, performance improvements, and many bug fixes.

If you have any issues, feel free to report them on GitHub, and as always, this release can be downloaded on Modrinth.

⬅️ Version Support

Compact Chat now supports 1.21.1 and higher, and will aim to support these older versions for as long as possible.

Previously, whenever a new Minecraft version released that broke Compact Chat, compatibility would've been dropped for that version. Now, Compact Chat aims to be compatible with as many versions as possible.

Older Minecraft versions may be supported in the future if there is demand, create a GitHub issue if you're interested in a particular version!

🦊 NeoForge Support

Compact Chat now supports NeoForge alongside Fabric. NeoForge support will be maintained for the same versions as the Fabric mod (1.21.1 and higher).

🫂 More options for compatibility with other mods

Compact Chat aims to be compatible with other mods and this release improves that with a new feature!

A setting called "Ignore first characters count" has been added, which lets you specify how many characters Compact Chat should ignore when compacting a message.

For example, with a count of 10, Compact Chat would see [20:19:00] <caoimheee> hello! as <caoimheee> hello!.

image

This setting should improve compatibility with most mods that add timestamps to the start of messages, while not breaking any existing functionality.

2.1.1

by caoimhe on Jun 1, 2024
Download
  • Added support for 1.20.6 and higher (#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)

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 10, 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

Details

Licensed MIT
Published 4 years ago
Updated a month ago