mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
23 lines
612 B
Kotlin
23 lines
612 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
}
|
|
|
|
version = "2.3.2"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
compileOnly(project(":plugins:citadel-paper"))
|
|
compileOnly(project(":plugins:combattagplus-paper"))
|
|
compileOnly(project(":plugins:banstick-paper"))
|
|
compileOnly(project(":plugins:bastion-paper"))
|
|
compileOnly(project(":plugins:exilepearl-paper"))
|
|
compileOnly("me.clip:placeholderapi:2.11.6")
|
|
|
|
compileOnly(libs.protocollib)
|
|
}
|