![chat compass [end]](https://cdn.modrinth.com/data/ps2rghM7/d3e6c8ad2d4fe29560f3f459aebac8568eba53d1_96.webp)
chat compass [end]
ArchivedA lightweight Fabric mod that cleans up chat by grouping duplicate messages, adding timestamps, and allowing local custom prefixes.
1.1.0
Compatibility
Changes
Chat Compass Beta (Fabric) This is a simple client-side utility I made to clean up the Minecraft chat and add some basic quality-of-life features. It doesn't change anything on the server side, so it's safe to use on most multiplayer servers.
What it adds:
Message Aggregator (Anti-Spam): Instead of seeing the same message ten times in a row, the mod collapses duplicates into a single line with a counter, like [x5]. It keeps the chat much cleaner, especially on busy servers.
Local Prefixes: You can set a custom prefix for your own name using /cc prefix <text> <color>. Note that this is client-side only—it’s just for you to customize how your own messages look on your screen.
Timestamps: Adds a subtle time indicator before every message so you know exactly when something was said. You can toggle this on and off with /cc timestamps toggle.
Click-to-Copy: A quick way to grab text from the chat. Just hold Ctrl and Left-Click any message to copy it to your clipboard. No more retyping long Discord links or coordinates.
Commands:
/cc prefix <text> <color> — Sets your custom chat prefix.
/cc timestamps toggle — Enables or disables the clock in chat.
/cc colors — Shows the list of available colors for your prefix.
It’s a lightweight mod designed to stay out of the way until you need it. Works on Fabric 1.20.1.
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:ps2rghM7:yZZCeGHb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ps2rghM7:yZZCeGHb"
}
