Skip to content

FireML-Dev/ChatChannels

Repository files navigation

ChatChannels

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.


Dependencies

ChatChannels depends on the following plugins:


Download

There is currently one source for the plugin:


Developers

The plugin's API is available on the CodeMC Maven Repository.

Gradle (Kotlin)

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

About

A library that allows external plugins to register custom chat channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages