Sketch of proper KickPlayerAfterBan system

This commit is contained in:
Tomasz Kuraczyk 2026-03-16 21:54:09 +01:00
parent 4e760a54bc
commit 422bbcfdf4
2 changed files with 19 additions and 0 deletions

View file

@ -25,6 +25,7 @@ dependencies {
implementation 'org.postgresql:postgresql:42.7.7'
implementation 'org.flywaydb:flyway-core:10.7.2'
implementation 'org.flywaydb:flyway-database-postgresql:10.7.2'
implementation 'com.google.code.gson:gson:2.11.0'
}
shadowJar {