mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 13:11:33 +00:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-root")
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
concreteRoot {
|
|
minecraftServerPath.set("server")
|
|
paperServerVersionGroup.set("1.21")
|
|
paperApiVersion.set("1.21.4-R0.1-SNAPSHOT")
|
|
acceptServerEula.set(true)
|
|
}
|