Skip to content

lightning

Daedalus1400 edited this page May 16, 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".

"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

"nearplayer" added in release version 0.1.1

radius

Accepts a positive number. Default value is 1.

Added in release version 0.1.1

chance

Accepts a positive integer. 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