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

Port changes from Triton v3.10.0 to v4 #408

Merged
merged 18 commits into from
Jun 25, 2024
Merged

Port changes from Triton v3.10.0 to v4 #408

merged 18 commits into from
Jun 25, 2024

Conversation

diogotcorreia
Copy link
Member

No description provided.

@diogotcorreia diogotcorreia added the port/backport Port changes between Triton versions label Jun 19, 2024
@diogotcorreia diogotcorreia added this to the 4.0.0 milestone Jun 19, 2024
@diogotcorreia diogotcorreia self-assigned this Jun 19, 2024
…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
…packet

Fixes issue where refreshing of the scoreboard team packet threw an
error.

Port of 04c4477 to v4
Port of 6d3d311 to v4
Fixes bossbars not working on MC 1.20.6 and above.

Port of fdcbbc4 to v4
Port of ba81641 to v4
Port of a11ab27 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 diogotcorreia marked this pull request as ready for review June 23, 2024 23:25
@diogotcorreia diogotcorreia merged commit 3852b4c into v4 Jun 25, 2024
1 check passed
@diogotcorreia diogotcorreia deleted the port-3.10.0-to-v4 branch June 25, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port/backport Port changes between Triton versions
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant