Skip to content
fromgate edited this page Jun 26, 2017 · 4 revisions

Timers information will saved into file timers.yml.

Example of file timers.yml

SERVER: # Timer type. SERVER is bounded to server, real time
  timerblock: # Timer name
    time: 0/30 * * * * ?  # cron-time configuration
    paused: 'false'  # if "true" - timer is not active
    activator: timerblock # EXEC activator that will be executed
INGAME: # Timer type. INGAME is bounded to in-game time.
  timexec:
    time: 07:00,07:05,07:10 # List of times, when activator will be executed
    paused: 'false' # if "true" - timer is not active
    activator: timexec # EXEC activator that will be executed
Clone this wiki locally