Skip to content

Not Condition

Inverts the result of a condition. true -> falsefalse -> true

Properties

NameTypeDefault
ConditionConditionN/A

Usage

json
{
    "type": "not",
    "condition": {
        "type": "mod_installed",
        "config": "me.loaforc.facilitymeltdown"
    }
}