1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-13 03:03:59 +00:00
2019-08-26 05:45:03 +01:00

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}")
}