You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That was a big issue for us too and I fixed by caching the last style of each component, and then appending it in the legacy serializer method. It's a bit of a more complex solution so I made a class called SimpleComponent which you can use.
It also fixes the color disappearing from new lines of multi-line hover text on 1.8.8 and adds support for both mini and legacy tags.
To get Adventure Component from it just use ".toAdventure()".
Sorry, got confused with another issue. We've gone back and forth on whether this is considered WAI -- the output is visually identical, and it's pretty commonly accepted that the legacy serializer is lossy.
Code
Ouput
Expected Output
Reason
If you are using Components for prefix's in 1.8 for example you might have this condition where you want a color but no text.
The text was updated successfully, but these errors were encountered: