Invert (Meta Condition Type)

There is no meta condition to invert the results of another condition.

There is no meta condition to invert the results of another condition. However, every condition supports the following field, which can be used to achieve the same:

Fields

FieldTypeDefaultDescription
invertedBooleanfalseIf true, the condition acts inverted.

Examples

"condition": {
    "type": "apoli:sneaking",
    "inverted": true
}

This example will check if the player is not sneaking.