Support for base projects which do not contain the Bukkit API.

Also fixes a bug where root and plugin couldn't exist in the same project.
This commit is contained in:
Alex Endfinger
2022-07-13 03:37:44 -04:00
parent 117e914b01
commit 64028dd1de
16 changed files with 399 additions and 19 deletions

View File

@ -0,0 +1,11 @@
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)
}