An open API service indexing awesome lists of open source software.

https://github.com/shaybox/latest-spigot

Command line wrapper to build Spigot
https://github.com/shaybox/latest-spigot

java minecraft minecraft-server rust rust-lang wrapper

Last synced: 2 months ago
JSON representation

Command line wrapper to build Spigot

Awesome Lists containing this project

README

          



Discord


Downloads

# LatestSpigot

Command line wrapper to build Spigot

### Requirements:
| Minecraft | Recommended |
|-----------|-------------|
| < 1.17 | [Java 8] |
| 1.17 | [Java 16] |
| 1.17 > | [Java 17] |

## Usage:
```
Option Description
------ -----------
--compile <[NONE,CRAFTBUKKIT,SPIGOT]> Software to compile
--compile-if-changed Run BuildTools only when changes are
detected in the repository
--dev Development mode
--disable-certificate-check Disable HTTPS certificate check
--disable-java-check Disable Java version check
--dont-update Don't pull updates from Git
--generate-docs Generate Javadoc jar
--generate-source Generate source jar
--help Show the help
-o, --output-dir Final jar output directory (default: .)
--remapped Produce and install extra remapped jars
--rev Version to build (default: latest)
--skip-compile Skip compilation
```

[Download](https://github.com/ShayBox/LatestSpigot/releases/latest)

[Java 8]: https://adoptium.net/temurin/releases?version=8
[Java 16]: https://adoptium.net/temurin/releases?version=16
[Java 17]:https://adoptium.net/temurin/releases?version=17