-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w11a
-
None
-
latest snapshots
-
Unconfirmed
the =! is only intended to work with strings which is why stuff like
scores=!
don't work in selectors
since the value for nbt is not a string using the =! should not work yet
nbt=!{NoGravity:1b}
works fine in a selector
e.g.
/kill @e[scores=!{Joe=1..5}
]
errors
/kill @e[nbt=!
]
doesn't error
- duplicates
-
MC-125074 Selector like @a[scores={foo=!1}] not working.
- Resolved