mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-19 15:09:23 +00:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
dependencies {
|
|
compileOnly("dev.folia:folia-api:1.20.1-R0.1-SNAPSHOT")
|
|
compileOnly("me.clip:placeholderapi:2.11.5")
|
|
implementation(project(":common"))
|
|
implementation("net.kyori:adventure-api:4.15.0")
|
|
}
|
|
|
|
tasks {
|
|
shadowJar {
|
|
relocate ("net.kyori", "net.momirealms.customnameplates.libraries")
|
|
}
|
|
} |