Skip to main content
Version: Next

Light Flicker

Spawns a flickering 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 150
TimeOnFor how long the lights will stay on.100
TimeOffFor how long the lights will stay off.100
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_FLICKER
Location: world, 0, 0, 0
MaxLightLevel: 15
MinLightLevel: 0
TimeOn: 20
TimeOff: 20
Duration: 200
Delay: 0