Skip to main content

Fix Schedule Issues

Troubleshooting

Scheduled event does not start

Check:

schedule.enabled is true
the schedule type is INTERVAL
the time format is valid
the event is loaded
the event is not already active
the event is not on cooldown
the event conditions pass

Scheduled vote does not load

Check:

scheduled-voting.enabled is true
the scheduled vote entry is enabled
type is INTERVAL
every is valid
vote duration is at least 5s
there are at least 2 valid loaded options
all option IDs match event template IDs
randomize-amount is valid

Run:

/eventforge validate schedule_config.yml

Scheduled vote skips

Check:

require-no-active-events
require-no-active-vote
currently active events
currently active votes

If a scheduled vote is skipped, EventForge reschedules it for the next interval.

Event says it cannot start

Check:

minimum players
cooldown
world conditions
permission conditions
time conditions
weather conditions

Event starts once but not again

Check whether the event is on cooldown.

cooldown:
enabled: true
duration: 1h

The cooldown starts after the event finishes naturally.

Cooldown did not start

Cooldowns do not start after a forced stop, reload, or shutdown.

They start after a natural event finish.

Cooldown still exists after restart

This is expected.

Cooldowns are saved in:

plugins/EventForge/cooldowns.yml