Links
Tags
Creators
Details
1.12.0+26.2
Compatibility
Required content
Changes
This is probably one of the biggest feature additions of Chat Utils since it's been made. After many years of inactivity I decided to make this mod some justice and give it a bit more attention than before.
Here's a changelog:
- Added chat filter system. This includes a list of configurable pieces of text that filter off messages you don't want in your screen. These can be viewed in the filter log in the config's filter screen.
- Added macros. These are keybinds you configure that send any chat message/command you define.
- Added shortcuts. Similar to macros, but they're visible in your chat GUI. The GUI is very customizable, with colours for each button and a grid to position the buttons wherever you want.
I may add more features to the macros/shortcuts, so stay tuned. For now, that's it.
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:CV78DFSF:uyv1ZOQd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CV78DFSF:uyv1ZOQd"
}



