geforkt von Mirrors/FastAsyncWorldEdit
14 Zeilen
273 B
Plaintext
14 Zeilen
273 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "SpigotMC"
|
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
"shade"(libs.adventureTextAdapterBukkit)
|
|
}
|