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
- Host: GitHub
- URL: https://github.com/shaybox/latest-spigot
- Owner: ShayBox
- License: mit
- Created: 2019-03-24T02:23:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T17:14:48.000Z (about 3 years ago)
- Last Synced: 2025-02-22T16:15:00.669Z (over 1 year ago)
- Topics: java, minecraft, minecraft-server, rust, rust-lang, wrapper
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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