Block Line

The same as the Fountain Line effect, but with solid blocks which will stay for a specific amount of time.

Parameters

ParametersInformationExample

FromLocation

The start location of the fountain in the format of world, x, y, z.

world, 196.3, 64, -381.8

ToLocation

The location it moves towards in the format of world, x, y, z.

world, 201.3, 64, -381.8

Block

The block to use as falling block. Items will not work!

BLUE_STAINED_GLASS

BlockData

The block data of the block (if it has any). For example an open gate, a rotated stair, ... Use [] to set none.

[open=true]

Speed

The speed the origin moves from the first location to the second one. Measured in blocks/s

5

Duration

The amount of ticks each block will stay.

40

Delay

The amount of ticks this effect waits after the show starts before it's 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

Youtube Tutorial

Doesn't exist yet.

Last updated