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

Workarround adventure breaking translatable comments #1222

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

Pablete1234
Copy link
Member

@Pablete1234 Pablete1234 commented Aug 21, 2023

Adventure has a ViaFacet$Chat class, which sends text using 1.16 format for support for hex codes. The issue is by doing that, it skips all translation layers from 1.8 to 1.16, including a needed rename for translated items to work. Removing this means hex colors would be restricted to the 16 colors even for 1.16 clients (pgm doesn't use them) but translations will be correct.

With fix:
image

Without fix:
image

Note, we already tried reaching with an issue in adventure, but got no response: KyoriPowered/adventure-platform#137

@Pablete1234 Pablete1234 added the bug Something isn't working label Aug 21, 2023
@Pablete1234 Pablete1234 added the ready PR is ready to merge label Aug 21, 2023
@Electroid Electroid merged commit 0e1dcae into dev Aug 23, 2023
2 checks passed
@Electroid Electroid deleted the workarround-adventure branch August 23, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready PR is ready to merge
Development

Successfully merging this pull request may close these issues.

3 participants