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
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
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.