Skip to main content
Version: Next

Snow Launcher

Emits snow particles with spread over a specified timespan.

Parameters

ParameterDescriptionExample
LocationThe location where the snow particles will be emitted. Format:
world, x, y, z
world, 196, 64, -381
VelocityThe direction and speed in which the snow particles are launched. Format:
x, y, z
0, 1, 0
AmountThe number of particles spawned per shot.5
SpreadRandomizes the particle direction slightly to create spread. Keep values low for better effect.0.3
ForceIf true, particles are forcibly rendered by players regardless of distance or visibility.false
DurationTotal duration in ticks that the effect runs for.40
IntervalHow often (in ticks) the effect shoots particles. For example, 5 means every 5 ticks.5
StartUpTime in ticks for ramping up to the full amount of particles per shot. Set 0 to disable ramp-up.20
DelayTicks to wait after the show starts before activating the effect.40
YML Preset
'1':
Type: SNOW_LAUNCHER
Location: world, 0, 0, 0
Velocity: 0, 1, 0
Amount: 3
Force: false
Duration: 100
Interval: 1
StartUp: 0
Delay: 0