Files
Civ/plugins/exilepearl-paper/build.gradle.kts
okx-code 86c6b344db fix dep
2026-02-19 01:24:01 +00:00

23 lines
659 B
Kotlin

plugins {
alias(libs.plugins.paper.userdev)
}
version = "2.1.6"
dependencies {
paperweight {
paperDevBundle(libs.versions.paper)
}
compileOnly(project(":plugins:civmodcore-paper"))
compileOnly(project(":plugins:namelayer-paper"))
compileOnly(project(":plugins:citadel-paper"))
compileOnly(project(":plugins:civchat2-paper"))
compileOnly(project(":plugins:bastion-paper"))
compileOnly(project(":plugins:combattagplus-paper"))
compileOnly(project(":plugins:banstick-paper"))
compileOnly(project(":plugins:randomspawn-paper"))
compileOnly(files("../../ansible/src/paper-plugins/BreweryX-3.6.3.jar"))
}