-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Implement MiniMessage Velocity translations #1108
base: dev/3.0.0
Are you sure you want to change the base?
Implement MiniMessage Velocity translations #1108
Conversation
Won't this break existing translations from the |
Yes, I was also thinking of integrating a migration once #1111 is merged |
Implemented a migration to the new format, this pull request is ready for another review |
This has my approval, and the prerequisite PR has been pulled, just need to figure out what to do regarding crowdin |
# Conflicts: # proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java # proxy/src/main/java/com/velocitypowered/proxy/provider/ComponentLoggerProviderImpl.java
Only issue I have when testing is that tooltips appear not properly to parse from the |
Managed to fix it with these changes. Thought this'd help speed up the state of this PR (ignore the |
I just implemented this into my Paper plugin, and noticed that single quotes behave differently using the code in 'VelocityTranslationRegistry' as opposed to using 'TranslationRegistry.create()' directly. Also: |
resolves #720