Skip to main content
Version: Next

Replace Fill

Replaces the chosen block with another in the selected area for a specified amount of time.

Parameters

ParameterDescriptionExample
FromLocationThe first corner location of the area to replace blocks in, similar to the first position in the Minecraft /fill command. Format:
world, x, y, z
world, 196, 64, -381
ToLocationThe second corner location of the area to replace blocks in, similar to the second position in the Minecraft /fill command. Format:
world, x, y, z
world, 196, 64, -381
BlockThe block to place temporarily. Must be a valid Bukkit block material. Items do not work.STONE
BlockDataOptional block state data, e.g., for open gates or rotated stairs. Use [] if none. See Minecraft block states.[open=true]
ReplacingThe block type that will be replaced by the temporary block. Must be a valid Bukkit material.COBBLESTONE
DurationDuration in ticks for how long the block replacement remains active before reverting back.100
DelayTicks to wait after the show starts before activating the effect.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

Preview

Replace Fill Preview


Youtube Tutorial

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