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
Confirmed for 17w50a. Affects all things that can use JSON to display scores, so written_books as well.