-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 17w06a
-
Unconfirmed
The bug
The feedback of the /scoreboard teams command says "players" despite the fact that teams work for any entity.
How to reproduce
- Create a scoreboard team
/scoreboard teams add testTeam
- Spawn an armor stand
/summon armor_stand
- Have the armor stand join the team
/scoreboard teams join testTeam @e[type=armor_stand]
→ The feedback is "Added 1 player(s) to team testTeam: ..."
Affected translations
Last updated for 17w06a
- commands.scoreboard.teams.list.entry
- commands.scoreboard.teams.list.player.count
- commands.scoreboard.teams.list.player.empty
- commands.scoreboard.teams.empty.alreadyEmpty
- commands.scoreboard.teams.empty.success
- commands.scoreboard.teams.join.success
- commands.scoreboard.teams.join.failure
- commands.scoreboard.teams.leave.success
- commands.scoreboard.teams.leave.failure
- duplicates
-
MC-69822 Command help strings and feedback say "player" when entities are applicable as well
- Resolved