← Назад к ресурсам

Compact Chat

Clean up your chat by removing duplicate messages!

Modrinth utility

Описание

![A screenshot of the Minecraft chat, showing compact-chat compacting multiple messages into a single line](https://raw.githubusercontent.com/caoimhebyrne/compact-chat/refs/heads/main/.github/screenshot.png) Compact Chat is a Minecraft mod that removes duplicate messages from your chat with many options for customization. ## Compatibility with other mods Compact Chat aims to be compatible with other mods, especially those which add timestamps to the start of messages. By default, Compact Chat will not compact messages which start with a timestamp, but that behavior can be configured by adjusting the "Ignore first characters count" setting within the configuration screen (requires [ModMenu](https://modrinth.com/mod/modmenu) to open!). ![A screenshot of the Compact Chat configuration screen, showing the "Ignore first characters count" option set to '10'](https://raw.githubusercontent.com/caoimhebyrne/compact-chat/refs/heads/main/.github/ignore-first-characters.png) If this value is set, Compact Chat will ignore the first characters in the message up until the specified length. For example, with the setting set to `10` and a message like so: ``` [20:19:00] hello! ``` Compact Chat will see it as: ``` hello! ``` ## License This project is licensed under the [MIT](./LICENSE) license.