Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 17w46a
-
Fix Version/s: Minecraft 17w47a
-
Labels:None
-
Confirmation Status:Confirmed
Description
The bug
Previously, /scoreboard players add <selector> <objective> 0 was the only way to store on a scoreboard that a player had no score.
Now the add subcommand only allows for integers greater than 1, making execution by players with no score, such as with /execute as @a[scores=\{<objective>=0\}], impossible.