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

@@ -23,7 +23,7 @@ dependencies {
implementation(project(":libraries:packets:packets-api"))
implementation(project(":libraries:packets:implementations:1_20_6"))
implementation(project(":libraries:packets:implementations:1_21_3"))
implementation("de.oliver.FancyAnalytics:logger:0.0.7")
implementation("de.oliver.FancyAnalytics:logger:0.0.8")
}
paper {