schedulers:
example0: # Every day at 18h00 type: HOURLY
minute: 33
# minPlayer: 10 # The minimum number of players for commands to execute commands:
- "bc &fDont forget to add your server here : &chttps://serveur-minecraft-vote.fr/" example1: # Every day at 18h00 type: DAILY
hour: 18
minute: 0
minPlayer: 10
# The minimum number of players for commands to execute commands: -
"bc Daily broadcast message everyday at 18h00" example2: # Every monday at 15h30 type: WEEKLY
day: MONDAY
hour: 15
minute: 30
implementation: # Custom implementation name: ZKOTH
# zKoth implementation koth_name: "koth_example"# koth name start_now: false
# start without cooldown example3: # every 14th of the month at 12h01 type: MONTHLY
day: 14
hour: 12
minute: 1
commands: -
"bc Broadcast message every 14th of the month at 12h01" example4: # every 1er of january at 00:00 type: YEARLY
month: JANUARY
day: 1
hour: 0
minute: 0
commands: -
"bc Broadcast message every first of year at 00h00"