-
Bug
-
Resolution: Fixed
-
Minecraft 14w20b, Minecraft 14w21b, Minecraft 14w28a, Minecraft 1.8.2-pre1, Minecraft 1.8.3, Minecraft 1.8.6, Minecraft 15w34a, Minecraft 15w34b, Minecraft 15w34c, Minecraft 15w34d, Minecraft 1.8.9, Minecraft 16w05b, Minecraft 16w35a, Minecraft 1.12.2
-
None
-
Confirmed
For example I do this:
/scoreboard objectives add o dummy
Added new objective 'o' successfully
/scoreboard players set a o 1
Set score of o for player a to 1
/scoreboard players set b o 1
Set score of o for player b to 1
/scoreboard players set c o 1
Set score of o for player c to 1
/scoreboard teams add *
Added new team 'b' successfully
Added new team 'c' successfully
Added new team 'a' successfully
Clearly it makes no sense to put the wildcard as a team name, but it will create teams with the names of all the players in the scoreboard successfully. It also works in other "/scoreboard ..." commands in places where it shouldn't but I haven't tested all of them to give a complete list.
- is duplicated by
-
MC-56672 scoreboard teams * bug
- Resolved