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
Do capital letters after section signs render in the client? If not, then this isn't a bug report and something that can already be achieved by modifying the serializer using the builder to set additional formats.
kezz
transferred this issue from KyoriPowered/adventure-platform
Feb 26, 2024
I quickly tested this (in a lazy way, so if you don't trust the method feel free to double check) - sending a custom brand packet which if I recall correctly the client only supports Legacy in. I tried §etest and §Etest which both appear as "test" in yellow on the vanilla client. So I believe this is indeed a bug.
Also noted on the additional formats, should have probably checked that before coming up with my other solution.
Related: EssentialsX/Essentials#5710
As referenced, this is unfortunately common and recognized usage, color codes chars should be case-insensitive ideally.
Example component output from the deserializer without normalization using Essentials /nick to trigger the issue:
/nick &epop4959
/nick &Epop4959
The text was updated successfully, but these errors were encountered: