Skip to main content
Version: Next

Fountain

Emits falling blocks for a specified amount of time.

Parameters

ParameterDescriptionExample
LocationThe origin of the fountain, formatted as world, x, y, z.world, 196.3, 64, -381.8
VelocitySets the velocity of the falling blocks to launch them in a specific direction. Keep values reasonable (around a max of 10). Format is x, y, z.1, 1.5, 0
BlockThe Minecraft block used as the falling block. Items are not supported.BLUE_STAINED_GLASS
BlockDataOptional block state data (e.g., open gate, rotated stair). Use [] for none. See block states for details.[open=true]
DurationThe length of time the effect runs, measured in ticks (1 tick = 1/20 second).20
RandomizerAdds random variation to the velocity. Values between 0 and 1 are recommended for natural effects.0.5
DelayNumber of ticks to wait after the show starts before activating the effect.40
YML Preset
'1':
Type: FOUNTAIN
Location: world, 0, 0, 0
Velocity: 0, 0, 0
Block: BLUE_STAINED_GLASS
BlockData: []
Length: 20
Randomizer: 0
Delay: 0

Preview

Fountain Preview


Youtube Tutorial