The bug
When you hover over the name of an entity's name in chat with a hoverEvent
, the hover event doesn't show. This is (most likely) because of the fix for MC-124024 even though hoverEvents cannot be exploited.
How to reproduce
Summon an entity with a
hoverEvent
in its name:/summon minecraft:armor_stand ~ ~ ~ {CustomName:"{\"text\":\"hover\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"hi\"}}"}
→The hover event doesn't work
Linked issues
is duplicated by 1
Comments 7
I don't understand why MC-124024 suggested that hoverEvents should also be disabled in the first place
Exactly that is the fix of MC-124024
Edit: That ticket is no longer private.