Not / Invert

Meta Condition Type

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

Field Type Default Description
inverted Boolean false If true, the condition acts inverted.

Examples

"condition": {
    "type": "origins:sprinting",
    "inverted": true
}

This example will check if the player is not sprinting.