Getting Started
zScheduler will allow you to execute commands at regular intervals. You can reward your players or launch events automatically.
Source code: https://github.com/Maxlego08/zSchedulers
Discord: https://discord.groupez.dev
Scheduler type:
HOURLY: Runs every hour at the same minute.DAILY: Runs all days, you must provide hours and minutesWEEKLY: Runs every week, you must provide day of week, hours and minutesMONTHLY: Runs every month, you must provide hours and minutesYEARLY: Runs every year, you must provide month, day of month, hours and minutesEVERY_DAY: Will run all x days, configurableEVERY_HOUR: Will run all x hours, configurableEVERY_MINUTE: Will run all x minutes, configurableEVERY_SECOND: Will run all x seconds, configurable
Days:
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAYMonth: J
ANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,SEPTEMBER,OCTOBER,NOVEMBER,DECEMBER
Commands
Main command is /zschedulers, but you have the following aliases: /schedulers, /scheduler and /sch
/zschedulers
zschedulers.use
Display command list
/zschedulers list
zschedulers.list
Display schedulers
/zschedulers reload
zchedulers.reload
Reload configuration files
/zschedulers version
Show plugin version
Placeholders
%zschedulers_time_<scheduler name>%
Displays the time remaining before the next placeholder run
%zschedulers_date_<scheduler name>%
Displays the date for the next placeholder run
%zschedulers_second_<scheduler name>%
Displays the second number before the next placeholder


Last updated