Skip to main content
Version: Next

Light

Spawns a 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
LightLevelThe light level, this must be a value between 1 and 158
DurationDuration in ticks for how long the light stays.100
DelayNumber of ticks to wait after the show starts before activating the effect.40
YML Preset
'1':
Type: LIGHT
Location: world, 0, 0, 0
LightLevel: 15
Duration: 100
Delay: 0