Fixed some issues, added a way to manage players groups with in game commands

This commit is contained in:
2025-11-07 23:36:40 +01:00
parent c3f4f868f6
commit 0557ffd20f
11 changed files with 251 additions and 71 deletions

View File

@@ -19,6 +19,7 @@ repositories {
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
implementation(files("libs/redmc-API-1.0.jar"))
implementation("com.mysql:mysql-connector-j:9.4.0")
}