Scheduler

Automated map rotation, community map voting, and base damage scheduling — all in one module.

This is a Pro module — requires a Pro subscription.

What it does

The Scheduler module handles three separate but related features for your server:

  1. Map Rotation — automatically cycle through maps on a schedule and restart the server
  2. Map Voting — let your community vote on the next map via Discord
  3. Base Damage Schedule — automatically enable and disable base/container damage on a schedule

Each feature can be enabled or disabled independently.


Supported maps

MapMission value
Chernaruschernarusplus
Livoniaenoch
Sakhalsakhal

Map rotation

When enabled, Vigil cycles through your configured map list in order. At each rotation, it updates the mission config on Nitrado and optionally restarts the server.

Schedule modes

Interval — rotate every X hours. For example, every 8 hours means 3 rotations per day on a rolling timer.

Fixed — rotate at specific times of day, with three frequency options:

  • Daily — fires at the same time(s) every day
  • Weekly — fires on a specific day of the week
  • Monthly — fires on a specific day of the month, optionally every N months

You can configure multiple times per day in fixed mode (e.g. 00:00, 08:00, 16:00 for three daily rotations). Times are entered in your configured timezone, which defaults to UTC if none is set.

Countdown warnings

Vigil can post warning messages to Discord before each rotation. You configure which thresholds to warn at (e.g. 30, 10, 5 minutes). Each threshold fires once per rotation cycle.

Configuration options

OptionDescription
MapsThe list of maps to cycle through in order
Schedule modeInterval (every X hours) or Fixed (specific times)
Interval hoursHours between each rotation (interval mode only)
Fixed timesUTC times to rotate at (fixed mode only, e.g. 08:00)
Fixed frequencyDaily, weekly, or monthly
Warning minutesWhich minute thresholds to post warnings at (e.g. 30, 10, 5)
Restart on rotateWhether to restart the server when the map changes
Map rotation enabledToggle map rotation on or off independently of voting and base damage

Map voting

When enabled, your community can vote on the next map using the /mapvote Discord command. The winning map overrides the next scheduled rotation.

How it works

  1. A staff member runs /mapvote start in Discord
  2. Vigil posts a vote embed with buttons for each map in your rotation
  3. Players click to cast their vote — one vote per person
  4. When the vote ends (either at the configured duration or when a staff member runs /mapvote end), the winner is set as the next map override
  5. At the next scheduled rotation, Vigil rotates to the winning map instead of the next in sequence

If the vote ends in a tie, Vigil starts a new vote automatically. If fewer than 2 votes are cast, the result is discarded and the normal rotation continues.

Discord commands

CommandDescription
/mapvote startStart a map vote (staff only)
/mapvote endEnd the current vote early and apply the result (staff only)
/mapvote statusShow current standings (staff only)

All /mapvote commands require Manage Server permission in Discord.

Configuration options

OptionDescription
Allow votingEnable or disable community map voting
Vote durationHow long the vote runs before automatically closing (minutes)
Vote channelThe Discord channel where vote embeds are posted (defaults to where the command was used)

Base damage schedule

The Base Damage Schedule lets you automatically enable and disable base and container damage on your server at specific days and times. This is useful for servers that run raid weekends — damage is enabled Friday evening and disabled Monday morning, for example.

How it works

You configure two sets of days/times: when damage turns on and when it turns off. Vigil patches your server's cfggameplay.json file on Nitrado at each trigger. You can also enable a server restart on change so the setting takes effect immediately.

Warning messages can be sent to Discord before damage activates so players have time to prepare.

Configuration options

OptionDescription
Base damage enabledEnable the base damage schedule feature
TimezoneThe timezone to use when interpreting your on/off times
On daysWhich days of the week damage activates
On timeWhat time damage activates on those days (HH:MM in your timezone)
Off daysWhich days of the week damage deactivates
Off timeWhat time damage deactivates on those days
Warning minutesThresholds (in minutes) at which to post a warning before damage activates
Disable base damageToggle the disableBaseDamage flag in cfggameplay.json
Disable container damageToggle the disableContainerDamage flag in cfggameplay.json
Restart on changeRestart the server when damage state changes so it takes effect immediately
Base damage webhookA separate Discord webhook for base damage notifications (optional — uses the module webhook if blank)

Discord notifications

All three features post to your configured Discord webhook. Notifications include:

  • Map rotation warnings — posted at each configured threshold before a rotation
  • Map rotation — posted when the map changes, showing the new map name
  • Base damage activating — posted at each warning threshold before damage turns on
  • Base damage active — posted when damage is enabled
  • Base damage inactive — posted when damage is disabled

Suggested Discord channel

#server-status or #announcements for rotation and base damage alerts. Map vote embeds can go to a separate #map-vote channel if you want them visible to all players.