Simplified utilities for developing with various server-side Minecraft toolchains.
plugins {
id "gg.hubblemc.paper" version "VERSION"
id "gg.hubblemc.linting" version "VERSION"
id "gg.hubblemc.velocity" version "VERSION"
id "gg.hubblemc.defaults" version "VERSION"
}
plugins {
id("gg.hubblemc.paper") version "VERSION"
id("gg.hubblemc.linting") version "VERSION"
id("gg.hubblemc.velocity") version "VERSION"
id("gg.hubblemc.defaults") version "VERSION"
}
- Automatically add dependency projects based on configurations
- Generate parts of the Bukkit plugin.yml automatically (dependencies, etc)
- Allow dependencies to be downloaded from Jenkins with a utility function
- Allow dependencies to be downloaded from GitHub (and processed) with a utility function
This Gradle plugin is forced to use a few hacks to work.