mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-30 12:19:12 +00:00
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
dependencies {
|
|
implementation(project(":api"))
|
|
implementation(project(":common"))
|
|
implementation(project(":paper"))
|
|
implementation(project(":velocity"))
|
|
implementation(project(":bungeecord"))
|
|
}
|
|
|
|
tasks {
|
|
shadowJar {
|
|
relocate ("net.kyori", "net.momirealms.customnameplates.libraries")
|
|
relocate ("org.bstats", "net.momirealms.customnameplates.libraries.bstats")
|
|
relocate ("net.momirealms.biomeapi", "net.momirealms.customnameplates.libraries.biomeapi")
|
|
}
|
|
} |