Using the wildcard (*) with /scoreboard players list
returns no results and throws an error message even
when valid score holders exist.
Expected behavior: List all score holders with their scores.
Actual behavior: Returns "No relevant score holders could be found"
This behavior is inconsistent with the wiki documentation
which states * should list all score holders.Steps to Reproduce:
1. Run: /scoreboard objectives add test dummy
2. Run: /scoreboard players set AhmetAli test 5
3. Run: /scoreboard players list *
4. Observe: Error message appears, no scores listedObserved Result:
[CHAT] No relevant score holders could be foundExpected Result:
AhmetAli has 1 scores: [test]: 5Environment
Windows 10, Java Edition 1.21.11, Singleplayer
*has only ever worked withadd,remove,set, andreset. The correct way to list all score holders is simply/scoreboard players list.