On Block - on Ignite [Lusk Extension] (Event) — Lusk

Addon: Lusk · Category: Event · Since: 1.3

Syntax

[on] [lusk] [player] block ignit(e|ion) [due to %-*ignitecauses%]

Description

**THIS IS AN EXTENDED VERSION OF SKRIPT'S IGNITE EVENT.**

`event-player` = the Player that placed/ignited the fire block, or not set if not ignited by a Player.

`event-entity` = the Entity that placed/ignited the fire block, or not set if not ignited by an Entity.

`event-ignitecause` = the value detailing the cause of the block ignition.

Called when a block is ignited. If you want to catch when a Player places fire, use the place event. If this event is cancelled, the block will not be ignited.

Event Values

  • event-block
  • event-entity
  • event-ignitecause
  • event-location
  • event-player
  • event-world

Examples

on lusk block ignite due to lava_ignition:
on lusk player block ignition:

View source