Releases: Jacxk/all-spigot-nms
Refractor & Removal of Redundant Versions
Changes:
Important
Since version
1.17.1
Spigot changed the layout and obfucation mapping method, so this tool only compiles from version 1.8 to 1.17.
If you need support for version1.18
and above please check out tekanaka.
I will try to find a way to include everything but nothing is promised.
Additions
- Added action to publish a new version to github packages.
- Added internet connection check.
- Added error checks. e.g. when Java path is not set.
- Added test to run it on github actions.
- Added auto build & publish to github packages.
- Added more flags:
-t
- Tests that the tool works as expected and everything is included on the out jar file.-k
- Removes title printout-x
- Disables verbose out put. Only important info will be displayed.
Fixes
- Fixed #10
- Fixed issues with
jar
command not being found correctly.
Other
- Cleaned up code for more readability.
- Cleaned and merged the README.md files.
- Removed
spigot_versions/
andextracted_files/
. - Re-render the menu after running a command.
- Removed version
1.18
and up do to changes on the Spigot mappings.
Full Changelog: v1.4...v1.6
GitHub Packages
You can now get the jar file via GitHub packages. I will be uploading it there on every NMS release if you don't want to compile it yourself.
- Added support for 1.18 R1
- Uploaded jar file to GitHub Packages
Full Changelog: v1.3...v1.4
Linux & Mac Lovers
This tool now works for Linux and Mac out of the box. Since a few people that have used it always asked me why it didn't work, and that was because they were not using windows.
If using windows you still need the JAVA_HOME env variable, if not set then make sure the command jar
works.
- Updated to 1.16
- Supports Linux
- Supports Mac
EZ Run
No Distribution
New update, a sad update. Hates Mojang
Changes
- Removed maven repository because apparently I was "distributing" Mojang's assets.
Sad face
- Fixed the target locations of the commands. They will now use the folders outside the
bash
folder.
Kinda happy face, but still sad
All Spigot NMS
First release of this tool (if i can call it like that)
Releases will come every time a new spigot NMS version comes out.
Changes
- Added download.sh
- Added extract.sh
- Added compile.sh
To get more information go to the main page.