Tags
Creators
Details
All versions
0.2.4
Release
Anon Chat 0.2.4last month 24
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.5
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
[0.2.4] — 2026-08-01
✨ New Features
- Reload Profile button — in Settings → Profiles, the ↻ Reload button re-reads the active profile from disk. No more restarting or switching profiles back and forth after editing files externally.
🛠 Companion Tool
- AnonChat Filter Editor — standalone Windows app for editing filter tags outside the game. Solves the problem that Minecraft's in-game text field strips the
§color code, so precise tags likeMoney§8cannot be typed in-game. The editor also analyzes chat logs and adds messages as tags with one click.- Language auto-detected (PL/EN) and remembered between sessions
- Default chat log folder:
%APPDATA%/AnonChatMC/chatlog+ support for raw Minecraft*.logfiles - Warns about unsaved changes when closing the window
- The main
chat.jsonstays protected — only profiles can be edited
Optional dependencies
Any compatible version
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:WIUSbN7G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cZxf4BA5:WIUSbN7G"
}

