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

Support Minecraft 1.20.x and 1.21.x #287

Merged
merged 4 commits into from
Feb 20, 2025
Merged

Support Minecraft 1.20.x and 1.21.x #287

merged 4 commits into from
Feb 20, 2025

Conversation

utarwyn
Copy link
Owner

@utarwyn utarwyn commented Feb 19, 2025

Description

It's time to update to Minecraft 1.21 Tricky Trials!

I have also reworked the code to support ALL newest version without code changes and a much better way to make holograms appear in 1.19+ (using the Bukkit API).

Important

For the time being, I'm abandoning the functionality of showing enderchests for offline players in 1.20 and 1.21 because it uses NMS code that's too cumbersome to maintain. I'm thinking of a better way to do it.

This pull request includes several updates and improvements to the codebase, focusing on upgrading Java and dependencies, updating documentation, and adding new functionality for managing armor stands as holographic displays.

Related Issues

Resolves #273
Resolves #280
Resolves #285
Resolves #268
Superseeds #286

Checklist

  • I have fully tested the proposed changes and promise that they will not break everything into chaos.
  • 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.

@utarwyn utarwyn added dependencies This issue or pull request concerns a dependency type: enhancement Features and feature requests. labels Feb 19, 2025
@utarwyn utarwyn self-assigned this Feb 19, 2025
@utarwyn utarwyn force-pushed the feature/new-mc-versions branch from f9483cb to 16ab075 Compare February 20, 2025 21:44
@utarwyn utarwyn force-pushed the feature/new-mc-versions branch from 16ab075 to c615154 Compare February 20, 2025 22:01
@utarwyn utarwyn marked this pull request as ready for review February 20, 2025 22:09
@utarwyn utarwyn merged commit 216a706 into next Feb 20, 2025
5 checks passed
@utarwyn utarwyn deleted the feature/new-mc-versions branch February 20, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue or pull request concerns a dependency type: enhancement Features and feature requests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.21.4 support 1.21.1 support 1.20+ support Minecraft 1.20.x and 1.21 support
1 participant