nlipiarski / MCC

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

Does not recognize "!" as a valid argument value in selectors #33

Closed NotJeven closed 6 years ago

NotJeven commented 6 years ago

Using Marshal Command Code v1.3.32

It appears that "!" is not recognized as a valid argument value in selectors since a comma succeeding it will be highlighted as an error.

Recreates with the following command: tellraw @a[team=!,score_x=0] "asdf"

image