mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
18 lines
480 B
Kotlin
18 lines
480 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
}
|
|
|
|
version = "2.0.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.21.1-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly(project(":plugins:civmodcore-paper"))
|
|
compileOnly("com.github.NuVotifier.NuVotifier:nuvotifier-bukkit:2.7.2")
|
|
compileOnly("com.github.NuVotifier.NuVotifier:nuvotifier-api:2.7.2")
|
|
compileOnly(project(":plugins:banstick-paper"))
|
|
compileOnly(project(":plugins:exilepearl-paper"))
|
|
}
|