2.0.0
Compatibility
Changes
Note: If you use EssentialsX Chat, please update all EssentialsX modules to version 2.21.1-dev+9-f3a1b2b or above.
Functionality varies based on EssentialsX version:
- ✅ No EssentialsX Chat installed: ModernChatInjector acts as a drop-in replacement for ChatInjector
- ⚠️
2.20.x,2.21.0: ModernChatInjector works if you enable local chat in the EssentialsX Chat config - ✅
2.21.1onwards (recommended): ModernChatInjector works regardless of whether local chat is enabled
Release notes
Initial release of ModernChatInjector!
Compared to other versions of ChatInjector, this release adds direct support for EssentialsX's GlobalChatEvent and LocalChatEvent when EssentialsX Chat 2.20.0 or above is installed. This allows the plugin to work on EssentialsX 2.21.0 see above, which uses Paper chat events instead of the legacy Bukkit events.
This release has been tested on Paper 1.15.2 and 1.21.4, and should work on all versions of Spigot and Paper that EssentialsX supports.
Optional dependencies
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:T6TZJYX4:vRo0ydIQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T6TZJYX4:vRo0ydIQ"
}


