Skip to main content
Version: Next

Light Pulse

Spawns a pulsing light source for a set duration.

Parameters

ParameterDescriptionExample
LocationThe location where the light source should appear. Format:
world, x, y, z
world, 196, 64, -381
MaxLightLevelThe light level, this must be a value between 0 and 1515
MinLightLevelThe light level, this must be a value between 0 and 151
WaveLengthTime it takes for the light to turn on and back off in ticks.20
DurationHow long this effect should stay active.100
DelayNumber of ticks to wait after the show starts before activating the effect.40
YML Preset
'1':
Type: LIGHT_PULSE
Location: world, 0, 0, 0
MaxLightLevel: 15
MinLightLevel: 1
WaveLength: 20
Duration: 200
Delay: 0