Skip to content

Schedule Tick

Block Action Type.

Schedules a block to start ticking after a randomised interval between a min value and a max value.

Type ID: apugli:schedule_tick

Fields

Field Type Default Description
min Integer The minimum value (inclusive) that the block will start ticking after.
max Integer The maximum value (inclusive) that the block will start ticking after.

Example

{
    "type": "apugli:schedule_tick",
    "min": 20,
    "max": 60
}