New ServerID system finished, filteraction has a string formatting bug.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user