Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 17w47b, Minecraft 17w50a
-
Fix Version/s: Minecraft 18w01a
-
Labels:
-
Confirmation Status:Confirmed
Description
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