Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-122503

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

XMLWordPrintable

    • 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

            dinnerbone [Mojang] Nathan Adams
            destruc7i0n destruc7i0n
            Votes:
            10 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: