Mojira Archive
MCPE-102389

query.scoreboard only works in resource packs if the scoreboard is visible

When using query.scoreboard, the query only works in resource packs if the scoreboard is displayed (below name, list or sidebar). Which is annoying when it would be very helpful to be able to track scoreboards without them being visible.

Steps to Reproduce:

  1. Download the supplied pack
  2. Load a world and put '/scoreboard objectives add test dummy test' in the command window
  3. Then put '/scoreboard players add @s test 1' in the command window
  4. Nothing should happen
  5. Now put '/scoreboard objectives setdisplay sidebar test'
  6. The screen should now 'freeze' over.
  7. Now put '/scoreboard objectives setdisplay sidebar'
  8. The screen will return to normal

Expected Behavior:

  • query.scoreboard functions in resource packs when the scoreboard isn't displayed

Actual Behavior:

  • query.scoreboard only works when the scoreboard is displayed