ChatImprover is a Minecraft mod, that allows you to create custom addons for editing received chat messages in a most flexible way.
Gradle
repositories {
maven {
url = uri("https://maven.pkg.github.com/Ayoree/ChatImprover")
credentials {
username = 'Ayoree'
password = System.getenv("AYOREE_GET_PACKAGES_KEY") // Ask for it, if you don't want to build it by yourself
}
}
}dependencies {
modImplementation "org.ayoree:chatimprover:${chat_improver_version}"
}ChatImprover is an open source project, and gladly accepts community contributions.