Mojira Archive
MC-54739

Scoreboard command not subtracting score

I have a minigame where it tracks lives of the teams. But I have run into a problem. One of my command blocks doesn't remove a point from the Purple team, although the one for Aqua works.

How to recreate
1. Create a scoreboard objective called "lives

/scoreboard objectives add lives dummy Lives

2.set it to the sidebar
3. add the player purple by adding a score to "Purple"

/scoreboard players add Purple lives 10

4. Try to subtract 1 point from it using a command block

/scoreboard players remove Purple lives 1

I get an error message that states there is no name to remove points from.

Cannot Reproduce

CocoaMix

2014-05-07, 04:52 AM

2014-05-08, 12:05 AM

2014-05-07, 04:29 PM

0

3

Unconfirmed

Minecraft 1.7.9, Minecraft 14w17a, Minecraft 14w18b

-