We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minecraft 1.21.4 added shadow colors to text components, so the v3 parser needs to be changed to preserve these.
/summon armor_stand ~ ~ ~ {CustomName:'{"color":"gold","shadow_color":-16711894,"text":"test"}',CustomNameVisible:1b}
PS: Adventure should be updated to 4.18.0: https://docs.advntr.dev/version-history/adventure.html#release-v4-18-0
Discord reference: https://discord.com/channels/395565283047374850/1330949822194258013/1330949822194258013
The text was updated successfully, but these errors were encountered:
Paper/Spigot still use bungeecord-chat 1.20-R0.2, which does not support shadow colors. Hence this can only be fixed on BungeeCord at the moment.
bungeecord-chat
Triton v4 and therefore Velocity are unaffected.
Sorry, something went wrong.
diogotcorreia
No branches or pull requests
Minecraft 1.21.4 added shadow colors to text components, so the v3 parser needs to be changed to preserve these.
PS: Adventure should be updated to 4.18.0: https://docs.advntr.dev/version-history/adventure.html#release-v4-18-0
Discord reference: https://discord.com/channels/395565283047374850/1330949822194258013/1330949822194258013
The text was updated successfully, but these errors were encountered: