-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.9.1 Pre-Release 3, Minecraft 16w35a, Minecraft 1.11.2, Minecraft 1.12 Pre-Release 7, Minecraft 1.12.1, Minecraft 1.12.2 Pre-Release 1, Minecraft 1.12.2 Pre-Release 2, Minecraft 1.12.2, Minecraft 17w43a, Minecraft 17w43b, Minecraft 17w45a, Minecraft 17w45b, Minecraft 17w50a, Minecraft 1.13.1, 1.16.1, 1.16.4, 20w48a, 21w03a, 21w05b, 21w06a, 1.17, 1.17.1, 21w43a, 1.18, 1.18.1, 22w05a, 22w07a, 1.18.2, 1.19, 1.19.2, 22w43a, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.4, 23w51b, 1.20.6, 1.21, 1.21.1, 1.21.2 Pre-Release 3, 1.21.3
-
Confirmed
-
Commands, UI
-
Low
-
Platform
The Bug:
The "below_name" scoreboard display slot doesn't work with non-player entities.
Steps to Reproduce:
- Create a dummy scoreboard objective and set it to display below entity names by using the commands provided below.
/scoreboard objectives add MC-99647 dummy
/scoreboard objectives setdisplay below_name MC-99647
- Summon an entity that has its custom name visible and assign a value of the dummy scoreboard to it by using the commands provided below.
/summon minecraft:armor_stand ~ ~ ~ {NoGravity:1b,CustomName:"\"Test\"",CustomNameVisible:1b}
/scoreboard players set @e[type=minecraft:armor_stand,limit=1,sort=nearest] MC-99647 100
- Look below the name of the armor stand.
Observed Behavior:
The "below_name" scoreboard display slot doesn't work with non-player entities.
Expected Behavior:
The "below_name" scoreboard display slot would work with non-player entities.