This is a fork of the original SpigotMC/BuildTools.
It introduces some minor improvements and is used in SpraxDev/Action-SpigotMC.
- Flag
--skip-compileis no longer supported - Use--compile NONEinstead - Use Flag
--exit-after-fetchif you want BuildTools to exit after fetching all repositories - Maven and Git are only downloaded if their command could not be executed (installed version has priority)
- Prints the seconds needed to finish the build process
- Multi-Threaded downloads (git clone, git fetch, git pull, ...)
- Allows special characters in file path that were forbidden before:
'#~() - Not warning the user about running in file path containing the words
OneDriveorDropbox
You need Java 8 or newer.
Download the latest version from https://github.com/SpraxDev/Spigot-BuildTools/releases/latest. It is recommended to check for a new release every couple weeks.
Open your Terminal (or cmd.exe) and type java -jar BuildTools.jar
| Argument | Description |
|---|---|
--help, -? |
Show the help |
--disable-certificate-check |
Disable HTTPS certificate check |
--disable-java-check |
Disable Java version check |
--skip-update |
Don't pull updates from Git |
--exit-after-fetch |
Everything --rev unrelated is downloaded (No de-/compiling) |
--generate-src |
Generate source jar |
--generate-doc |
Generate Javadoc jar |
--dev |
Development mode |
--o <Path>, --output-dir <Path> |
Final jar output directory (defaults to current directory) |
--rev <Version> |
Version to build (defaults to latest) |
--compile <[None,CraftBukkit,Spigot]> |
Comma separated list of software to compile (defaults to Spigot) |
--only-compile-on-changed, --compile-if-changed |
Run BuildTools only when changes are detected in the repository |