Replace Fill
Replaces the chosen block with another in the selected area for a specified amount of time.
Parameters
Parameter | Description | Example |
---|---|---|
FromLocation | The 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 |
ToLocation | The 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 |
Block | The block to place temporarily. Must be a valid Bukkit block material. Items do not work. | STONE |
BlockData | Optional block state data, e.g., for open gates or rotated stairs. Use [] if none. See Minecraft block states. | [open=true] |
Replacing | The block type that will be replaced by the temporary block. Must be a valid Bukkit material. | COBBLESTONE |
Duration | Duration in ticks for how long the block replacement remains active before reverting back. | 100 |
Delay | Ticks 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
Youtube Tutorial
This effect isn't that complex, you have enough info with this page right? right...?