Tags
Creators
Details
All versions
0.2.2
Release
Anon Chat 0.2.2last month 3
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
[0.2.2] โ 2026-07-21
โจ New Features
- Clickable messages (26.1.2 + 26.2) โ click on player names, commands, links, and other clickable chat components. Hover over text to see tooltips.
- Auto-scroll on chat close โ when you close the chat, scroll automatically returns to the latest messages.
- Show chat on all screens (1.21.x) โ new option in Settings to keep chat visible while inventory or other GUIs are open.
- Player name highlight (Ping) โ configurable color + sound effect when your name appears in chat. Per-tab font override support.
๐ง Fixes
- Filter logic refactored โ removed confusing "Hide Message" checkbox. Include criteria are now checked first, then exclude. Cleaner code, same behavior.
- Spam Cleaner module removed โ experimental feature didn't work reliably with server color codes. Removed entirely.
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:cZxf4BA5:UeSJ9ybE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cZxf4BA5:UeSJ9ybE"
}


