New config system implemented

This commit is contained in:
obvWolf
2024-01-31 07:29:50 -06:00
parent dba308efd2
commit 3bc8e2f9a7
43 changed files with 360 additions and 355 deletions

View File

@@ -27,9 +27,11 @@ repositories {
}
dependencies {
compileOnly "org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT"
compileOnly 'org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT'
implementation 'com.google.code.gson:gson:2.10.1'
implementation("club.minnced:discord-webhooks:0.8.4")
implementation files("libs/PDK-1.3.3.jar")
}
def targetJavaVersion = 16