Skip to content
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

Add support for shadow colors #470

Open
diogotcorreia opened this issue Jan 20, 2025 · 1 comment
Open

Add support for shadow colors #470

diogotcorreia opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels
module:core Related to the core module type:bug Something isn't working as expected
Milestone

Comments

@diogotcorreia
Copy link
Member

diogotcorreia commented Jan 20, 2025

Minecraft 1.21.4 added shadow colors to text components, so the v3 parser needs to be changed to preserve these.

Image

/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

@diogotcorreia diogotcorreia added module:core Related to the core module type:bug Something isn't working as expected labels Jan 20, 2025
@diogotcorreia diogotcorreia added this to the 3.11.1 milestone Jan 20, 2025
@diogotcorreia diogotcorreia self-assigned this Jan 20, 2025
@diogotcorreia
Copy link
Member Author

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.

Triton v4 and therefore Velocity are unaffected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:core Related to the core module type:bug Something isn't working as expected
Projects
Status: No status
Development

No branches or pull requests

1 participant