OnGroundCondition - Septillihedron/SuperheroesPlusSchema GitHub Wiki

OnGroundCondition - An object

Properties

mode - Required enum

Allowed values

  • ALL
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

otherwise - Optional EffectList

A list of effects that will run if this condition is false

else - Optional EffectList

A list of effects that will run if this condition is false

grounded - Optional boolean

If true, checks if the entity is on the ground. If false, it checks the opposite

Defaults to true

isGrounded - Optional boolean

If true, checks if the entity is on the ground. If false, it checks the opposite

Defaults to true