Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.20.2 & Migration to Gradle #64

Merged
merged 12 commits into from
Oct 12, 2023
Merged

Conversation

WolfyScript
Copy link
Owner

This PR adds support for 1.20.2 nmsutils and updates the Item-NBT-API to 2.12.0.

Additionally it migrates the project from the Maven to the Gradle buildsystem, so it can provide a few new devtool integrations like:

  • docker container based test servers, to test the plugin in the same environment and limited resources (like 2 cpus instead of 24 in my case), as many production servers.
  • BuildTools helper for NMS modules, that automatically builds spigot for all required minecraft versions

The devtools are not yet available on a maven repo, and requires you to build the devtools project locally.

Most of this code is from the migration of v5, with some tweaks to build it properly, such as:
* Fixing test server port mappings
* Support for NMS modules without remap task
* ExecutableBlocks Dependency Update
* This allows for easier NMS updates
* NMS versions can now be automatically installed, no need to manually install buildtools anymore
* 1.20.2 had a few breaking changes regarding recipes
@WolfyScript WolfyScript linked an issue Oct 11, 2023 that may be closed by this pull request
2 tasks
@WolfyScript WolfyScript self-assigned this Oct 11, 2023
@WolfyScript WolfyScript added the enhancement New feature or request label Oct 11, 2023
@WolfyScript WolfyScript merged commit ba622e1 into master Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.20.2
1 participant