mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
20 lines
498 B
Kotlin
20 lines
498 B
Kotlin
plugins {
|
|
alias(libs.plugins.paper.userdev)
|
|
}
|
|
|
|
version = "2.1.0"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle(libs.versions.paper)
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly(project(":plugins:bastion-paper"))
|
|
compileOnly(project(":plugins:namelayer-paper"))
|
|
compileOnly(project(":plugins:citadel-paper"))
|
|
compileOnly(project(":plugins:combattagplus-paper"))
|
|
compileOnly(libs.mythic.dist)
|
|
compileOnly(libs.packetevents.spigot)
|
|
}
|