mojira.dev
MC-56315

14w21b - using !score will not work (@a[!score_name=#)

I'm trying to do this command:
/scoreboard players set @a[!score_health=20,!score_health_min=20] time20 1
But !score does not work in @a[!score...]

!type seems to work. !score doesn't

Comments 4

I don't think that was every implemented. Also, your usage doesn't make any sense, because you're looking for people that have a score that is both less than 20 and greater than 20.

just do score_name=!20 that works hope i could help

score_SCORENAME(_min)=
is implented, but
score_SCORENAME(_min)=!
not

Anon:
if it's axactly 20 you want to have, you do score_SCORENAME=20,score_SCORENAME_min=20
only when it's 20, it will output, all other values won't

Doing "[score_name_min=20,score_name=20]" will make it so it will ONLY look for 20.

Luke Soto

(Unassigned)

Unconfirmed

Minecraft 14w21b

Retrieved