mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 05:10:56 +00:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-root")
|
|
}
|
|
|
|
concrete {
|
|
minecraftServerPath.set("server")
|
|
paperVersionGroup.set("1.19")
|
|
paperApiVersion.set("1.19.2-R0.1-SNAPSHOT")
|
|
acceptServerEula.set(true)
|
|
}
|