https://github.com/minidigger/spigot-resolver
small tool to create a wiki page over at spigotmc
https://github.com/minidigger/spigot-resolver
Last synced: 5 months ago
JSON representation
small tool to create a wiki page over at spigotmc
- Host: GitHub
- URL: https://github.com/minidigger/spigot-resolver
- Owner: MiniDigger
- Created: 2017-04-15T12:21:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T17:49:39.000Z (over 2 years ago)
- Last Synced: 2025-01-31T17:12:46.534Z (about 1 year ago)
- Language: Java
- Size: 66.4 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spigot-Resolver
This is a small tool to create a wiki page over at spigotmc.org
### These pages contain all versions of spigot you can build using buildtools (java -jar BuildTools.jar --rev ), together with the nms and bukkit (maven) version and links to the sources on stash for that version.
Legacy versions 1.8 - 1.9 - https://www.spigotmc.org/wiki/spigot-nms-and-minecraft-versions-legacy/
Versions 1.10 - 1.15 - https://www.spigotmc.org/wiki/spigot-nms-and-minecraft-versions-1-10-1-15/
Versions 1.16 and up - https://www.spigotmc.org/wiki/spigot-nms-and-minecraft-versions-1-16/
Forum Thread on spigotmc - https://www.spigotmc.org/threads/spigot-nms-and-minecraft-version-overview.233194/
---------------------------------------------------------------------------------
## How To (build from source)
To compile Spigot-Resolver you need:
+ Internet connection
+ JDK 8 or newer version of JDK
### You need to
Clone this repo and run this in the project directory:
```shell
./gradlew clean build shadowjar
```
The program should be located in `/build/libs/`
To run this program you need to be in this directory and run from terminal/cmd `java -jar shadow-all.jar`