Block Line
The same as the Fountain Line effect, but with solid blocks which will stay for a specific amount of time.
Last updated
The same as the Fountain Line effect, but with solid blocks which will stay for a specific amount of time.
Last updated
Parameters | Information | Example |
---|---|---|
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 its activation.
40