trying to use =! for selectors with scores doesn't work
e.g. using the selectors
@a[scores=!{score=1}]
@a[scores={score=!1}]
both return errors
expects {
or /k
expects value or range of values
trying to use =! for selectors with scores doesn't work
e.g. using the selectors
@a[scores=!{score=1}]
@a[scores={score=!1}]
both return errors
expects {
or /k
expects value or range of values
It only works for string values by design.