Tags
Creators
Details
0.2.0
Compatibility
Changes
๐จ๏ธ AnonChat
Advanced chat customization for Minecraft 26.2
Split your chat into multiple windows, filter out the noise, get pinged when someone mentions you, and save your whole setup as a profile โ all without ever leaving the game.

โจ Features
- Multi-Window Chat โ unlimited windows, each with multiple tabs, drag/resize/snap to screen edges
- Advanced Filters โ include/exclude tags per tab, fully compatible with LabyMod's
chat.json - Player Mention (Ping) โ highlight color + sound whenever your name is mentioned
- Profiles โ save windows, tabs, filters, macros and fonts as named profiles, switch instantly
- Autotext (Macros) โ keybinds that send messages or run commands
- Chat Log โ auto-saves daily chat logs to a local file
- EN/PL โ full English and Polish support, auto-detected from your game language
๐ฆ Requirements
- Fabric Loader
0.19.3+(26.x) - Fabric API
0.154.2+26.1.2(26.x) - Java
25+(26.x) - Optional: ModMenu for an in-game config entry
๐ Coming from LabyMod?
Just copy your existing chat.json into %APPDATA%/AnonChatMC/chat.json โ your windows, filters and settings carry over as-is.
๐ License
AGPL-3.0 โ free to use, modify and share. Modified versions used in a public service must share their source.
Author: AnonBOTpl
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:7NWskhMP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cZxf4BA5:7NWskhMP"
}

