14 lines
279 B
Text
14 lines
279 B
Text
plugins {
|
|
entitylib.`shadow-conventions`
|
|
entitylib.`library-conventions`
|
|
}
|
|
|
|
repositories {
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common"))
|
|
compileOnly(libs.paper)
|
|
compileOnly(libs.packetevents.spigot)
|
|
}
|