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
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
ticks |
number | Ticks to wait (overrides property if connected). |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after the delay. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
ticks |
number | 20 |
Default delay when the input port is not connected. |