-
Bug
-
Resolution: Works As Intended
-
None
-
1.20.3 Pre-Release 1
-
None
-
Confirmed
-
(Unassigned)
The bug
In 23w41a a change was made that caused the CustomName of non-living entities to display to players when looked at. This is problematic because this custom name might've been used to store debug information or even sensitive information, with no way to disable showing this custom name, even on entities existing before this version.
How to reproduce
- Summon a non-living entity (like a minecart) with a custom name
/summon minecart ~ ~ ~ {CustomName:'"debug_info_custom_minecart"'}
- Notice that the custom name is visible, even to survival or non-opped players
Expected behavior
The custom name on non-living entities (which was private before) should not be visible, if necessary with an opt-out but preferably with an op-in to show the name.
- is duplicated by
-
MC-267897 When a named Minecart is placed, the name is displayed when the cursor is placed on it, and it cannot be hidden even if CustomNameVisible is set to False.
- Resolved