-
Bug
-
Resolution: Invalid
-
None
-
1.19, 1.19.1 Release Candidate 1
-
None
-
OS: Windows 10
Java: 17.0.3 64bit
-
Unconfirmed
-
(Unassigned)
The "Reduced Debug Info" feature removes lots of data from coordinates, to block data, to the dimension, to the biome, to hitbox visibility, and much more.
I would expect this to also completely remove the hover text displaying presumably "debug info" over an entity selector in the chat which displays the entity's custom name, type, and UUID.
How to reproduce:
- Enable the reduced debug info gamerule by running: "/gamerule reducedDebugInfo true"
- Send a chat message with an entity selector by running: "/tellraw @s {"selector":"@s"}"
- Hover over the entity selector and see its debug info while the gamerule should seemingly prevent the hover text from being visible in chat messages including entity selectors that are sent while the gamerule is set to true.