Flow flow/delay

Delay

Pauses execution for a number of ticks, then continues on the main thread.

Note: Uses Bukkit's runTaskLater scheduler. 20 ticks = 1 second. Execution resumes on the server main thread.

Inputs

NameTypeOptionalDescription
exec exec Incoming execution.
ticks number Ticks to wait (overrides property if connected).

Outputs

NameTypeDescription
exec exec Continues after the delay.

Properties

KeyTypeDefaultDescription
ticks number 20 Default delay when the input port is not connected.