Update ChatColorHandler to 6.0.3 (added support for <head> tag)

This commit is contained in:
Oliver
2025-10-14 19:26:44 +02:00
parent 6042202383
commit 59a063500f
23 changed files with 23 additions and 23 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.2")
compileOnly("org.lushplugins:ChatColorHandler:6.0.3")
compileOnly("com.viaversion:viaversion-api:5.2.1")
compileOnly("org.geysermc.floodgate:api:2.2.4-SNAPSHOT")
}