CyclopsCore
CyclopsCore copied to clipboard
Add basic logical operator support to NBT expression parasing
Issue type:
- :heavy_plus_sign: Feature request
Short description:
As of right now, when testing or filtering an NBT path expression, boolean operators such as OR, AND, and NOT are unsupported. It would be nice if we were able to use basic boolean operators such as these.
The ability to use basic boolean operators ex1. .someKey.someListKey[(?:@.someBoolKey || (@.someIntKey < someConstantInt))] ex2. .someKey.someBoolKey && !(someOtherKey.someStringValue == "someConstantString")