Skip to main content
Version: Next

Fill Block

Sets all the blocks in a cubic area to the specified material.

Parameters

ParameterDescriptionExample
FromLocationThe first location, comparable with the first location of the /fill command. Format: world, x, y, z.world, 196, 64, -381
ToLocationThe second location, comparable with the second location of the /fill command. Format: world, x, y, z.world, 215, 70, -390
BlockThe block to use. Items will not work!STONE
BlockDataThe block data of the block (if it has any). Examples: an open gate, a rotated stair, etc. Use [] to specify none.[open=true]
DurationThe amount of time (in ticks) this change stays active before reverting back to normal.60
DelayThe amount of ticks this effect waits after the show starts before activation.40

Important Notice The blocks used for the fill effect are not real blocks, but are sent to players as packets. This means:

  1. Players cannot interact with these blocks — if they do, the blocks revert to their original state.
  2. Large block changes are avoided for performance and safety reasons (e.g., accidental huge fills).
  3. This plugin is designed for visual effects, not for world terraforming or permanent changes.
YAML Preset
'1':
Type: FILL_BLOCK
FromLocation: world, 0, 0, 0
ToLocation: world, 3, 3, 3
Block: STONE
BlockData: []
Duration: 100
Delay: 0

Preview

Fill Block Preview

Youtube Tutorial

Soon... hopefully heheh