-
Notifications
You must be signed in to change notification settings - Fork 34
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
Port changes from Triton v3.10.0 to v4 #408
Merged
Merged
Conversation
This file contains 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
…ching Port of 629268d to v4
…S classes Since Minecraft 1.20.6, the CraftBukkit package no longer has its version in the name, meaning this code stopped working. Using ProtocolLib's utils is more future-proof. Port of b71fecf to v4
This is much simpler than the older approach of using a separate module with different dependencies. Port of c54f4a9 to v4
Port of bf02b10 to v4
Workaround for dmulloy2/ProtocolLib#3027 Port of 11e6d8b to v4
Port of 6338488 to v4
The data value index was changed on 1.20.2 to 23 (from 22). Port of 3485ea0 to v4
This version of Citizens fixed a longstanding issue, meaning that Citizens now tries to overwrite the entity names using ProtocolLib with priority HIGHEST (the same as Triton). This commit adds a delay before Triton registers its ProtocolLib listeners, ensuring they are run after Citizens'. Port of 3678313 to v4
diogotcorreia
force-pushed
the
port-3.10.0-to-v4
branch
from
June 23, 2024 23:25
afe7448
to
3852b4c
Compare
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.
No description provided.