Skip to main content
Version: Next

Falling Block

Spawns a falling block with specified velocity.

Parameters

ParameterDescriptionExample
LocationThe location to spawn the falling block in the format of world, x, y, z.world, 196.5, 64, -381.5
VelocitySets the velocity of falling blocks to launch them in a specific direction. Values should not be too high (max around 10). Format: x, y, z.0.5, 1.3, 0
BlockThe block to use as falling block. Items will not work!STONE
BlockDataThe block data of the block if applicable (e.g. open gate, rotated stair). Use [] for none.[open=true]
DelayThe amount of ticks this effect waits after the show starts before its activation.40
YML Preset
'1':
Type: FALLING_BLOCK
Location: world, 0, 0, 0
Velocity: 0, 0, 0
Block: STONE
BlockData: []
Delay: 0

Preview

Falling Block Preview

YouTube Tutorial