Links
Tags
Creators
Details
3.0.0
Compatibility
Required content
Changes
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!.

This setting should improve compatibility with most mods that add timestamps to the start of messages, while not breaking any existing functionality.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:w2SFICvx:SHeDbvCU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w2SFICvx:SHeDbvCU"
}



