Activator

Spawns a redstone torch at a given location for a (short) period of time.

Parameters

ParameterInformationExample

Location

The location to spawn the redstone torch in the format of world, x, y, z

world, 196, 64, -381

Duration

The amount of time the redstone torch will stay at that location in ticks.

20

Delay

The amount of ticks this effect waits after the show starts before it's activation.

40

YML Preset
'1':
  Type: ACTIVATOR
  Location: world, 0, 0, 0
  Duration: 5
  Delay: 0

Youtube Tutorial

Last updated