start of the refactoring

This commit is contained in:
tiko
2026-02-04 15:12:11 +01:00
parent 8601626b16
commit 754795c958
14 changed files with 137 additions and 74 deletions

View File

@@ -10,8 +10,11 @@ repositories {
name = "papermc"
url = uri("https://repo.papermc.io/repository/maven-public/")
}
mavenCentral()
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("org.projectlombok:lombok:1.18.42")
annotationProcessor("org.projectlombok:lombok:1.18.42")
}