New ServerID system finished, filteraction has a string formatting bug.

This commit is contained in:
obvWolf
2024-02-01 07:20:48 -06:00
parent 90871100f9
commit d6bebef07c
8 changed files with 191 additions and 148 deletions

View File

@@ -29,9 +29,8 @@ repositories {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT'
implementation 'com.google.code.gson:gson:2.10.1'
implementation("club.minnced:discord-webhooks:0.8.4")
implementation 'club.minnced:discord-webhooks:0.8.4'
implementation files("libs/PDK-1.3.3.jar")
}
def targetJavaVersion = 16
@@ -63,4 +62,4 @@ compileJava.options.encoding("UTF-8")
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}