Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 7 months ago
Updated last week
All versions
1.9.8
Release
Hypixel Simple Chat 1.9.8last week 143
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
1.9.8 — Custom Rules & Chat Tabs
Added
- Minecraft 26.3 support, keeping compatibility with 26.1.2 and 26.2.
- Custom Rules: highlight or hide messages matching your text, with channel selection and optional case sensitivity.
- Custom highlight colors with bold, italic and underline options.
- Collapsible rule editors and live previews.
- Local tab: excludes Party, Guild and Officer messages when channel filtering is enabled. Sends via
/acin routing mode. - Optional unread message counters for Party and Guild in channel filter mode.
Changed
- Custom Rules sits just above Lobby in the sidebar.
- Existing custom text filters migrate to Custom Rules.
- Removed the Discord button and promotional footer text.
Requires Fabric Loader 0.19.5+
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:uHLNwsgE:WB8lCMuF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uHLNwsgE:WB8lCMuF"
}

