ChatChannels is a Paper plugin that allows you to register unlimited channels for chat messages to be sorted through.
Channels can be added via config files and/or through the plugin's simple API.
ChatChannels depends on the following plugins:
- DaisyLib - Required
There is currently one source for the plugin:
- Jenkins (Experimental)
The plugin's API is available on the CodeMC Maven Repository.
repositories {
    maven("https://repo.codemc.io/repository/FireML/")
}
dependencies {
    // This may not be the latest version. Make sure you check the latest version before continuing.
    compileOnly("uk.firedev:ChatChannels:1.0.4-SNAPSHOT")
}