Skip to content

lightning

Daedalus1400 edited this page May 17, 2017 · 8 revisions

Description:

The lightning action creates a lightning bolt.

Added in release version 0.1.0

Arguments:

type

Must be "lightning".

target

Accepts a string. Valid values are "player", and "nearplayer". Default value is "player".

"player" causes the lightning bolt to strike exactly on the player.

"nearplayer" causes the lightning bolt to strike within "radius" blocks in X and Z of the player at random. Added in release version 0.2.0

radius

Accepts a number. Default value is 1.

Added in release version 0.2.0

chance

Accepts a number. Default value is 1.

Example Usage:

The following example has a 1 in 20 chance to strikes the player with lighting:

{"type": "lightning", "target": "player", "chance": 20}

Clone this wiki locally