Tags
Creators
Details
1.9.9
Compatibility
Changes
This version includes support for Minecraft 1.21.1, adds a lot of options to make the transition from other chat plugins to ChatPlugin way easier but, above all, fixes a lot of important bugs.
It is recommended to delete the messages' files and let ChatPlugin generate new ones with the new additions.
Additions
- 1.21.1 support (
f584ef8) - support for 1.7 players (
14275b8) - customizable players' names format in the tablist (
bb27dfa) - option to let other plugins customize the chat event (
6610d84) - option to always send full bossbars to legacy players (
192fb11) - update notification on join (
051e0da)
Improvements
Fixes
- thread-safety (various synchronization issues) (
190a676) - error with ranks' descriptions (
20739b7) - issues with teams on older versions (
36cb564) - issues with the Discord integration (
f2cef1a) - flickering in GUIs (
3d05063,d807c93) - issue related to the Vault integration (
962037d) - JSON storage connector not working (
b1d57cb,fc71d66,9912e4b)
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:Vxx0xTH6:ThIvyjjU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Vxx0xTH6:ThIvyjjU"
}

