-
Bug
-
Resolution: Fixed
-
Minecraft 17w47b, Minecraft 17w50a
-
Confirmed
The bug
When using /title or /tellraw with the score component on fake players, the corresponding command doesn't work and has the error "No entity was found".
How to reproduce
Create objective
/scoreboard objectives add test dummy
Set self score
/scoreboard players set @s test 1
Set fake player score
/scoreboard players set player1 test 1
Try tellraws:
/tellraw @a ["",{"score":{"name":"@s","objective":"test"}}]
^ Works as expected
/tellraw @a ["",{"score":{"name":"player1","objective":"test"}}]
^
No entity was found