CyclopsCore icon indicating copy to clipboard operation
CyclopsCore copied to clipboard

Add basic logical operator support to NBT expression parasing

Open kirjorjos opened this issue 4 months ago • 1 comments

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")

kirjorjos avatar Aug 30 '25 11:08 kirjorjos