nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

NBT data syntax does not support the NOT operator #63

Closed dominicsherry1 closed 5 years ago

dominicsherry1 commented 5 years ago

This error occurs in Marshal Command Code, I have not tried MCFunction.

The command

execute if entity @e[nbt={Key:Value}] run some:function

works as intended, however

execute if entity @e[nbt=!{Key:Value}] run some:function

is highlighted as an error.

nlipiarski commented 5 years ago

Sorry for the long time on response for this one, but a new version is out now that fixes this.

dominicsherry1 commented 5 years ago

Can confirm this is working properly now. Thanks for fixing.