mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 11:56:07 +00:00
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
|
applyLibrariesConfiguration()
|
||
|
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = "SpigotMC"
|
||
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
||
|
}
|
||
|
}
|
||
|
dependencies {
|
||
|
"shade"("net.kyori:text-adapter-bukkit:${Versions.TEXT_EXTRAS}")
|
||
|
}
|