-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix conversion issues between Legacy and MiniMessage #5702
Conversation
Good news and bad news: It fixes the obfuscated formatting in the player's prefix, but broke the rest of the /whois output (God mode and below). Testing with Paper version git-Paper-435 (MC: 1.20.4) Before PR (using latest dev build Essentials v2.21.0-dev+56-1929d41): After PR (using Essentials v2.21.0-dev+57-a81725b): |
Fixing specific incorrect formatting in |
This looks OK to me. Tested with Paper version git-Paper-435 (MC: 1.20.4) and Essentials v2.21.0-dev+62-5216246. Tested commands /list, /whois, /seen, /msg, and /me. |
Fixes #5652 (and probably numerous other issues...)