ResizeEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

ResizeEffect - An object

Properties

operation - Optional ModifyEffect.Operation

The operation to do

Defaults to SET

value - Optional Expression

The number on the right side of the operation

Defaults to 1

mode - Required enum

Allowed values

  • ALL
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

retainHealth - Optional boolean

For slimes and magma cubes. If true, make the entity retain the previous health, if more than the new max health, it sets it to the new max health

Defaults to true