mojira.dev
MC-68488

I am making a dodgeball minigame, and one of the command blocks don't work.

Command doesn't work with "score_Name_min=" or "score_Name=" in the command:

scoreboard players set @e[-19,51,-1,dx=10,dy=8,dz=16,score_SnowballSide_min=0,score_SnowballSide=0,type=Snowball] SnowballSide 1

. (When I run it on a fill clock) i took out "score_SnowballSide_min=0 and score_SnowballSide=0" and it works but when I futher develop the minigame I need the augurement to work. Thanks mojang.

Comments 2

Not really a bug. Try to add this in your clock:
/scoreboard players add @e[type=Snowball] SnowballSide 0

Entities don't have a score of 0 when they start, they have no score.

Scott McCloskey

(Unassigned)

Unconfirmed

Minecraft 14w33c, Minecraft 14w34a, Minecraft 14w34b, Minecraft 14w34c, Minecraft 14w34d

Retrieved