-
Notifications
You must be signed in to change notification settings - Fork 0
Scheduler
Jan Kluka edited this page Jun 21, 2026
·
2 revisions
Automate recurring or one-off server actions — broadcasts, commands, mail-all and restarts — without external cron.
Permissions: SCHEDULER_VIEW to view, SCHEDULER_MANAGE to create/edit/delete and run tasks.
A table of scheduled tasks showing name, type, schedule, next run and last result.
| Type | Action |
|---|---|
BROADCAST |
Send a message to all online players. |
COMMAND |
Run a console command. |
MAIL_ALL |
Send mail to every known player. |
RESTART |
Restart the server, with an optional countdown. |
- ONCE — run a single time at a chosen moment.
- INTERVAL — run repeatedly on a fixed interval.
- Create / edit in a modal (name, type, payload, schedule).
- Run now — execute immediately without changing the schedule.
- Toggle — pause or resume a task.
- Delete — remove it (with confirmation).
Tasks persist in the dashboard database and resume after a server restart. Each run records its result, and task changes are audited.
- Server Controls — manual save/stop and lifecycle.
- Broadcast & Mail — send a one-off broadcast or mail right now.
EssentialsX Dashboard v1.1.0 · GitHub · Web control panel for EssentialsX
Getting Started
Features
- Dashboard & Analytics
- Players
- Economy
- Bans, Mutes & Warnings
- Chat Moderation
- Kits & Warps
- Live Console
- Server Controls
- EssentialsX Modules
- Scheduler
- Broadcast & Mail
Administration
Reference