Skip to content

Ayoree/ChatImprover

Repository files navigation

ChatImprover

GNU Affero General Public License GitHub Workflows CodeFactor

ChatImprover is a Minecraft mod, that allows you to create custom addons for editing received chat messages in a most flexible way.

Known Addons

  1. Dexland

API

Dependency Information

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}"
}

Contributing

ChatImprover is an open source project, and gladly accepts community contributions.

About

a Minecraft mod, that allows you to create custom addons for editing received chat messages in a most flexible way

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages