Greatly improve Brigardier support

This commit is contained in:
Jakob K
2021-09-06 17:40:55 +02:00
parent 8d460c514f
commit 91d025d9fb
13 changed files with 439 additions and 131 deletions

View File

@@ -19,7 +19,6 @@ plugins {
}
repositories {
maven("https://libraries.minecraft.net")
mavenCentral()
mavenLocal() // to get the locally available binaries of spigot (use the BuildTools)
}
@@ -31,8 +30,6 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.1")
api("me.lucko:commodore:1.10")
}
tasks {