common: Add PluginMiddleware for logging

This commit is contained in:
Oliver
2025-09-01 21:55:13 +02:00
parent a96de43551
commit c08a87a1c3
18 changed files with 56 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")
compileOnly(project(":libraries:common"))
compileOnly("de.oliver.FancyAnalytics:logger:0.0.7")
compileOnly("de.oliver.FancyAnalytics:logger:0.0.8")
implementation("org.lushplugins:ChatColorHandler:6.0.0")