feat: add Minecraft 26.1.2 support for Spigot/Paper#21
Closed
github-actions[bot] wants to merge 1 commit into
Closed
feat: add Minecraft 26.1.2 support for Spigot/Paper#21github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Add bukkit-helper-26-1-2 module modeled on bukkit-helper-121-11.
- Uses paperweight.userdev (paperDevBundle 26.1.2-R0.1-SNAPSHOT),
matching the pattern adopted by the rest of the modern helpers.
- Compiled with Java 25 (required by MC 26.1+).
- getLightDampening() instead of getLightBlock() (post-26.1 API).
- Reflective CraftBukkit lookup tries Paper unversioned, plus
candidate Spigot prefixes (v1_21_R8, v26_1_R1).
- Spigot Helper.java routes (MC: 26.*) servers to the new helper.
- Wire bukkit-helper-26-1-2 into settings.gradle and
spigot/build.gradle (impl + shadowJar include).
- ci(release): install both JDK 21 (Gradle/Shadow runtime) and JDK 25
(used via toolchain by the new module), pass both to Gradle.
- ci(auto-beta-release): on each push to the upgrade branch,
- open a draft PR back to the default branch on first push,
- compute next 26.1.2-beta.<N> tag (auto-incrementing),
- build the spigot jar,
- create a GitHub Release with the jar attached.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan