(Summary) When typing: "/scoreboard teams list (team_name)" into Command Block and giving it a pulse, it does not produce desired effect
What I expected to happen was...:
I thought the command block would broadcast all players on team to the chat console for all players to see
What actually happened was...:
Command Block did not execute any command
Steps to Reproduce:
1. Create a team using the /scoreboard command. Join said team
2. Type /scoreboard team list (YourTeamName) into a command block
3. Give redstone pulse to command block
Linked issues
is duplicated by 1
Attachments
Comments 6
Related: the 'objectives list', 'players list', and 'players list <playername>' commands are the same. That last one lets you output all scores of the specified player, but again, does not work in a command block.
Perhaps the description/title can be edited to acknowledge this applies to all list commands?
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.
Can the title/description be edited to acknowledge that this also applies to 'objectives list', 'players list', and 'players list <playername>' as well? Or do we have separate tickets for these?
Confirmed. I think the cause of this bug is that
does not report anything to anyone besides oneself, and the command block is just doing the same thing.