1
0
Files
2024-02-12 17:08:30 +00:00

11 lines
163 B
Kotlin

plugins {
alias(libs.plugins.run.waterfall)
}
dependencies {
compileOnly(libs.minecraft.proxy.bungeecord)
}
tasks.runWaterfall {
waterfallVersion("1.20")
}