Skip to main content
Version: Next

Block Line

Animates a line of blocks from one location to another.

Parameters

ParameterDescriptionExample
FromLocationThe start location of the fountain in the format of world, x, y, z.world, 196.3, 64, -381.8
ToLocationThe location it moves towards in the format of world, x, y, z.world, 201.3, 64, -381.8
BlockThe block to use as falling block. Items will not work!BLUE_STAINED_GLASS
BlockDataThe block data of the block (if it has any). Use [] to set none.[open=true]
SpeedThe speed the origin moves from the first location to the second one. Measured in blocks/s.5
DurationThe amount of ticks each block will stay.40
DelayThe amount of ticks this effect waits after the show starts before its activation.40
YAML Preset
'1':
Type: BLOCK_LINE
FromLocation: world, 0, 0, 0
ToLocation: world, 0, 3, 0
Block: BLUE_STAINED_GLASS
BlockData: []
Speed: 1
Duration: 40
Delay: 0

Preview

Block Line Preview

YouTube Tutorial

Doesn't exist yet.