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