Set On Fire

Entity Action Type

Sets the entity on fire for the specified amount of time in seconds.

Type ID: origins:set_on_fire

Fields

Field Type Default Description
duration Integer The amount of seconds the entity should burn.

Examples

"entity_action": {
    "type": "origins:set_on_fire",
    "duration": 5
}

This example will set the entity on fire for 5 seconds.