mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-04 05:31:34 +00:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
plugins {
|
|
id("lgbt.mystic.foundation.concrete-root")
|
|
id("lgbt.mystic.foundation.concrete-plugin")
|
|
}
|
|
|
|
concrete {
|
|
minecraftServerPath.set("server")
|
|
paperVersionGroup.set("1.19")
|
|
paperApiVersion.set("1.19-R0.1-SNAPSHOT")
|
|
acceptServerEula.set(true)
|
|
}
|