mojira.dev
MC-122503

/title or /tellraw score component with fake players returns "No entity was found"

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

Linked issues

Comments 1

Confirmed for 17w50a. Affects all things that can use JSON to display scores, so written_books as well.

destruc7i0n

Nathan Adams

Confirmed

/scoreboard, /tellraw, /title

Minecraft 17w47b, Minecraft 17w50a

Minecraft 18w01a

Retrieved