Skip to content

Releases: Jacxk/all-spigot-nms

Refractor & Removal of Redundant Versions

09 Jul 20:51
ec7e85a
Compare
Choose a tag to compare

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 version 1.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/ and extracted_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

12 Dec 13:53
Compare
Choose a tag to compare

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

01 Aug 04:15
Compare
Choose a tag to compare

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

24 Mar 21:34
Compare
Choose a tag to compare
  • Added 1.15 support
  • Added a menu to easily run the tool

No Distribution

16 Jul 17:50
Compare
Choose a tag to compare

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

16 Jul 01:48
Compare
Choose a tag to compare

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

To get more information go to the main page.