Replace Fill

Replaces the chosen block with another block for a set amount of time.

Parameters

ParameterInformationExample

FromLocation

The first location, comparable with the first location of the /fill command. Follows the patern of world, x, y, z.

world, 196, 64, -381

ToLocation

The second location, comparable with the second location of the /fill command. Follows the patern of world, x, y, z.

world, 196, 64, -381

Block

The block to use. Items will not work!

STONE

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]

Replacing

The block to replace.

Duration

The amount of time this change has to be active. After this time it changes back to normal.

100

Delay

The amount of ticks this effect waits after the show starts before it's activation.

40

YML Preset
'1':
  Type: REPLACE_FILL
  FromLocation: world, 0, 0, 0
  ToLocation: world, 3, 3, 3
  Block: STONE
  BlockData: []
  Replacing: COBBLESTONE
  Duration: 100
  Delay: 0

Youtube Tutorial

This effect isn't that complex, you have enough info with this page right? right...?

Last updated