Getting Started

zScheduler will allow you to execute commands at regular intervals. You can reward your players or launch events automatically.

Scheduler type:

  • HOURLY : Runs every hour at the same minute.

  • DAILY : Runs all days, you must provide hours and minutes

  • WEEKLY : Runs every week, you must provide day of week, hours and minutes

  • MONTHLY : Runs every month, you must provide hours and minutes

  • YEARLY : Runs every year, you must provide month, day of month, hours and minutes

  • EVERY_DAY: Will run all x days, configurable

  • EVERY_HOUR : Will run all x hours, configurable

  • EVERY_MINUTE : Will run all x minutes, configurable

  • EVERY_SECOND: Will run all x seconds, configurable

  • Days: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

  • Month: JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER

Commands

Main command is /zschedulers, but you have the following aliases: /schedulers, /scheduler and /sch

Placeholders

Last updated