Helios Rust Console Bot Documentation

Scheduled Raid Protection (SRP) & ORP Schedules

Admin reference for /settings srp, /orp timers, and /orp scheduled-zorp in Helios — weekly raiding hours, ORP creation blocks, and scheduled ZORP pauses.

Overview

Scheduled Raid Protection lets you run raiding on a weekly schedule. Outside your raiding hours, Helios turns building damage off server-wide, so bases can only be raided during the window you set. You can also schedule when new ORP zones can be created and schedule full ORP pauses (ZORP windows). Premium only.

Commands Covered

CommandWhat It Does
/settings srpSet weekly raiding hours for a server
/orp scheduled-raids-removeRemove saved raiding hours and restore normal raiding
/orp timersBlock new ORP creation during a weekly window
/orp scheduled-zorpSchedule a weekly ORP pause, with optional zone wipes

Set Raiding Hours With /settings srp

/settings srp server:"US Main" raiding_starts:"Friday" start_time:16:30 raiding_ends:"Sunday" end_time:22:45 timezone:"America/New_York"
OptionWhat It Does
serverPremium server to schedule
raiding_startsDay raiding starts (pick a weekday or Every Day)
start_timeStart time in 24-hour HH:MM format
raiding_endsDay raiding ends
end_timeEnd time in 24-hour HH:MM format
timezoneTimezone the times are in (autocomplete)
  • During raiding hours, building damage is on (allowpvbdamage 1). Outside them, it's off (allowpvbdamage 0).
  • The schedule repeats every week and is re-applied automatically, including after the server reconnects.
  • Pick Every Day to run the same raiding window daily.
  • Running /settings srp again replaces the saved schedule for that server.

Remove Raiding Hours

/orp scheduled-raids-remove server:"US Main" srp:<schedule>

Pick the active schedule from the autocomplete. Removing it restores normal raiding (building damage stays on).

Block New ORPs With /orp timers

Pause new ORP zone creation during a weekly window — existing ORP zones keep working.

/orp timers server:"US Main" toggle:On block_start:"Friday" start_time:14:50 block_end:"Sunday" end_time:22:45 timezone:"America/New_York"
  • toggle:On / toggle:Off turns the saved timer on or off — you only need the window options when saving a new one.
  • Players who try to create an ORP during the block are denied until the window ends.

Schedule ORP Pauses With /orp scheduled-zorp

Schedule a weekly window where ORP is fully paused: at the stop time all ORP zones are removed and new ORPs are blocked, then at the allow time new ORPs can be created again.

/orp scheduled-zorp server:"US Main" toggle:On block_zorp:"Friday" stop_zorp_time:15:45 allow_zorp:"Sunday" start_zorp_time:18:30 timezone:"America/New_York" wipe_zorp:True
OptionWhat It Does
toggleTurn the saved ZORP window on or off
block_zorpDay the pause starts
stop_zorp_timePause start in 24-hour HH:MM
allow_zorpDay new ORPs are allowed again
start_zorp_timePause end in 24-hour HH:MM
timezoneTimezone the times are in
wipe_zorpTrue deletes ORP zones at stop time; False disables them and restores them at the allow time

Notes

  • All three schedules are per server, timezone-aware, and repeat weekly.
  • Times use 24-hour HH:MM format (for example 16:30, 22:45).
  • Requires Manage Server (ManageGuild) and a premium server.
  • Pair SRP with /orp settings for full offline-raid coverage.