EntityWhitelistCondition - Septillihedron/SuperheroesPlusSchema GitHub Wiki

EntityWhitelistCondition - 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

whitelist - Optional boolean

If true, the entities property will whitelist. If false, the entities property will blacklist

Defaults to true

entities - Optional Array of EntityType

If true, the entities property will whitelist. If false, the entities property will blacklist

Defaults to []