spawn_falling_block

Spawns a falling block entity above the trigger location.

Categories: visual, world

Required arguments

Key(s)DescriptionType
blockThe block material to spawn as a falling block.BLOCK

Optional arguments

Key(s)DescriptionTypeDefault
heightThe number of blocks above the trigger location to spawn the falling block.EXPRESSION0

Trigger parameters required

  • LOCATION

Example

effects:
  - id: spawn_falling_block
    args:
      block: <value>
      height: <expression> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue