Async Periodical (Event) — SkBee
Addon: SkBee · Category: Event · Since: 3.25.0
Syntax
[on] every %timespan% async [in [world[s]] %-worlds%]Description
An event that is asynchronously called periodically.
Event Values
- event-world
Examples
every 2 seconds async:
every minecraft hour async:
every tick async: # can cause lag depending on the code inside the event
every 3 minecraft days async:
every 2 seconds async in "world":