Update ChatColorHandler to 6.0.2

This commit is contained in:
Oliver
2025-09-18 22:23:53 +02:00
parent 92482ea52a
commit 0b6dbc9cdd
22 changed files with 22 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ dependencies {
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.12")
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.12")
compileOnly(project(":plugins:fancynpcs:fn-api"))
compileOnly("org.lushplugins:ChatColorHandler:6.0.0")
compileOnly("org.lushplugins:ChatColorHandler:6.0.2")
compileOnly("com.viaversion:viaversion-api:5.2.1")
compileOnly("org.geysermc.floodgate:api:2.2.4-SNAPSHOT")
}