-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Item Data in Chat Component Hover Events do not display on 1.20.4 client on 1.20.6 server #788
Open
4 tasks done
Labels
Comments
Please update all Via* plugins from https://ci.viaversion.com/.In case the issue still persists send the new dump and the issue will be reopened |
Known, but it'll take a bit to fix |
Is there any eta for that? 👉👈 |
No, writing these conversions is quite time intensive and it will take a while, but I plan on doing it. |
4 tasks
4 tasks
When can we expect this to be fixed? It's been a couple of months now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'/viaversion dump' Output
https://dump.viaversion.com/f607ade2ea7059165718592ab2768758d6125a478c523a89c8e5d34e753e0367
Console Error
N/A
Bug Description
The item data in chat hover events on 1.20.6 servers are not properly translated to 1.20.4 clients so item data like custom names, enchantments, attributes, and others are not visible to 1.20. clients.
Steps to Reproduce
tellraw @a {"text":"Hover me!","hoverEvent":{"action":"show_item","contents":{"id":"cake","count":1, "components":{"cu stom_name":"{'text':'Special Cake Name',
color:'yellow'}"}}}}
Expected Behavior
The 1.20.4 client should see the "Special Cake Name" custom name on the cake item when hovering over the chat message.
Additional Server Info
Appearance from a 1.20.4 client
Appearance from a 1.20.6 client
Checklist
The text was updated successfully, but these errors were encountered: