mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
16 lines
296 B
Kotlin
16 lines
296 B
Kotlin
plugins {
|
|
id("io.papermc.paperweight.userdev")
|
|
id("xyz.jpenilla.run-paper")
|
|
}
|
|
|
|
version = "2.0.1"
|
|
|
|
dependencies {
|
|
paperweight {
|
|
paperDevBundle("1.18.2-R0.1-SNAPSHOT")
|
|
}
|
|
|
|
compileOnly("com.github.TownyAdvanced:towny:0.97.5.0")
|
|
compileOnly("me.confuser:BarAPI:3.5")
|
|
}
|