Skip to main content
Version: Next

Item Fountain

The same as the Fountain effect, but with dropped items instead.

Parameters

ParameterDescriptionExample
LocationThe origin of the fountain in the format world, x, y, z.world, 196.3, 64, -381.8
VelocitySets the velocity of the dropped items to launch them in a specific direction. Keep values reasonable (around a maximum of 10). Format is x, y, z.1, 1.5, 0
MaterialThe Minecraft material to use as the item. All items are supported!DIAMOND_SWORD
CustomModelDataThe custom model data of the item, used for custom models or textures.12
DurationThe duration of the effect in ticks (1 tick = 1/20 second).20
LifetimeHow long the dropped items remain visible, in ticks. After this time, they are removed.40
RandomizerAdds random variation to the velocity. Values between 0 and 1 are recommended for natural movement.0.5
DelayNumber of ticks to wait after the show starts before activating the effect.40
YML Preset
'1':
Type: ITEM_FOUNTAIN
Location: world, 0, 0, 0
Velocity: 0, 0, 0
Material: BLUE_STAINED_GLASS
CustomModelData: 0
Length: 20
Lifetime: 40
Randomizer: 0
Delay: 0

Preview

Item Fountain Preview


Youtube Tutorial

Doesn't exist yet...