TODO: Finish this.
To clone this project and get all of its submodules:
git clone --recurse-submodules [email protected]:Podcrash/DomusInvictus.gitTo compile all of the projects easily:
./jooq.sh => run all the JOOQ mappers (this was seperated out to make compiling faster)
./collect.sh bungee => get all the bungee plugins (located in jars)
./collect.sh spigot => get all the spigot plugins (located in jars)When making a new spigot/bungee plugin, make a new task within the project's build.gradle file and connect it to jaring.
Example:
// based on LobbyPlugin's build.gradle
task bungee(dependsOn: jar) {
}