Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 11 months ago
All versions
1.0.0
Release
Healthy Eye (Chat Mod) 1.0.011 months ago 57
Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platform
Forge
Supported environments
Client-side
Changes
Changelog
All notable changes to this project will be documented in this file. This project follows Semantic Versioning and the Keep a Changelog format.
[1.0.0] - 2025-09-03
Added
- Client-only mod that strips all chat colors and formatting from player and system chat messages.
- Client command
/toggleChatColorto enable/disable stripping at runtime (default: enabled). - Safe to use on any server; no server installation required.
- Compatibility: Minecraft 1.21.8, Forge 58+.
Notes
- No configuration files; zero-setup. Minimal overhead.
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:s0mCCI4M:XfnQ4v6F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s0mCCI4M:XfnQ4v6F"
}

