Helios Rust Console Bot Documentation
/tc (Timed Commands / Cron)
Create timed commands in Helios using cron schedules and timezones.
Overview
The /tc commands let server owners and admins create timed commands that run automatically on a schedule.
Use this for wipe reminders, event messages, restarts, daily rewards, server announcements, or any command you want Helios to run at a specific time.
Commands Covered
| Command | What It Does |
|---|---|
/tc add | Creates a new timed command |
/tc list | Shows your current timed commands |
/tc remove | Deletes a timed command |
Example
/tc add

Setup Flow
- Run
/tc add - Add the command you want Helios to run
- Set the cron schedule
- Set the timezone you want
- Use
/tc listto make sure the next run time looks correct - Use
/tc removeto delete old timed commands
Cron Help
Timed commands use a single-line cron schedule.
If you need a specific schedule, you can ask ChatGPT:
Give me a single-line cron for every day at 9:30 AM.
Then set the timezone in Helios to the timezone you want.
Example timezone:
America/New_York
Cron Examples
0 9 * * *
Runs every day at 9:00 AM.
30 14 * * *
Runs every day at 2:30 PM.
0 */6 * * *
Runs every 6 hours.
0 20 * * FRI
Runs every Friday at 8:00 PM.
Common Uses
Use /tc for:
- Wipe countdowns
- Daily server messages
- Event reminders
- Scheduled rewards
- Restart warnings
- Automatic command groups
- Recurring announcements