Skip to content

Scheduler

casqidev edited this page Jun 6, 2026 · 2 revisions

The scheduler is configured in scheduler.yml. You can configure how many koths will start on those days, in addition to setting it to start on certain days at certain times.

Daily example:

events:
  daily-koth:
    enabled: true
    koth: spawn
    days: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]
    times:
      - "18:00"

Every 5 hours:

events:
  every-five-hours:
    enabled: true
    koths: [spawn, mine]
    interval-hours: 5

Every few days:

  example-two-days:
    enabled: false
    koths: [spawn, pvp]
    days: [WEDNESDAY, SATURDAY]
    times:
      - "19:30"

Clone this wiki locally