mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
21 lines
491 B
Kotlin
21 lines
491 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
alias(libs.plugins.shadow)
|
|
}
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:finale-paper"))
|
|
compileOnly("net.luckperms:api:5.4")
|
|
|
|
compileOnly(files("../../ansible/src/paper-plugins/BreweryX-3.4.10.jar"))
|
|
compileOnly(libs.aswm.api)
|
|
compileOnly("me.clip:placeholderapi:2.11.6")
|
|
}
|