Skip to content

Add support for newer versions and upgrade to Java 21#4348

Open
intisy wants to merge 16 commits into
Slimefun:experimentalfrom
Slimefun5:experimental
Open

Add support for newer versions and upgrade to Java 21#4348
intisy wants to merge 16 commits into
Slimefun:experimentalfrom
Slimefun5:experimental

Conversation

@intisy
Copy link
Copy Markdown

@intisy intisy commented Mar 3, 2026

Description

This commit adds support for Minecraft versions up to 1.21.11 and upgrades to Java 21.

Proposed changes

I modified the code to work with newer spigot versions, while still supporting any older versions.

Checklist

  • I have fully tested the proposed changes and promise that they will not break everything into chaos.
  • I have also tested the proposed changes in combination with various popular addons and can confirm my changes do not break them.
  • I have made sure that the proposed changes do not break compatibility across the supported Minecraft versions (1.16.* - 1.20.*).
  • I followed the existing code standards and didn't mess up the formatting.
  • I did my best to add documentation to any public classes or methods I added.
  • I have added Nonnull and Nullable annotations to my methods to indicate their behaviour for null values
  • I added sufficient Unit Tests to cover my code.

@intisy intisy requested review from a team as code owners March 3, 2026 22:31
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2026

Pro Tip!
You can help us label your Pull Requests by using the following branch naming convention next time you create a pull request. ❤️

Branch naming convention Label
feature/** 🎈 Feature
fix/** ✨ Fix
chore/** 🧹 Chores
api/** 🔧 API
performance/** 💡 Performance Optimization
compatibility/** 🤝 Compatibility

If your changes do not fall into any of these categories, don't worry. You can just ignore this message in that case! 👀

@Boomer-1
Copy link
Copy Markdown

Boomer-1 commented Mar 3, 2026

Just a heads up. The program has been officially abandoned for 5 months and no further updates will be done

@intisy intisy requested a review from TheBusyBiscuit as a code owner March 5, 2026 14:19
@intisy intisy force-pushed the experimental branch 4 times, most recently from d170563 to 3c98bfc Compare May 16, 2026 14:07
- Update MockBukkit from v1.21:4.107.0 to v26.1.2:4.113.1 (Paper 26 support)
- Remove null entries from oil_v1.16, uranium_v1.16, uranium_v1.17 biome maps
- Add missing 1.26.x biome resource for MINECRAFT_1_26
- Remove trailing blank line from plugin.yml (yamllint fix)
- Update all CI workflows from JDK 21/adopt to JDK 25/temurin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants