Add Support For 26.1.2#2
Open
KaiserFahim wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the plugin’s build and metadata to target the newer Paper/Minecraft release 26.1.2, including updating the declared API level and build tooling.
Changes:
- Bumped plugin version and updated Paper API dependency + run-paper
minecraftVersionto 26.1.2. - Updated
plugin.ymlto declareapi-version: 26.1.2and addedfolia-supported: true. - Upgraded the Gradle wrapper distribution to 9.6.1 and raised the Java target to 25.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/main/resources/plugin.yml | Updates declared API version and marks Folia support in plugin metadata. |
| gradle/wrapper/gradle-wrapper.properties | Upgrades Gradle wrapper distribution URL to a newer Gradle release. |
| build.gradle | Updates plugin version, Paper API dependency, run-paper MC target, and Java compatibility level. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| api-version: '1.21.4' | ||
| api-version: '26.1.2' | ||
| author: TurboJax | ||
| folia-supported: true |
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.
Added 26.1.2 Support