RCON Scheduler Ascended

Free RCON Scheduler Ascended 1.06

No permission to download
This resource is free
Not all features are currently working on the ASA version. I will get them fixed at some point.

This plugin allows you to schedule RCON commands to run exactly when you need them to.
You can set them to run when the server starts, every X minutes, every X hours or at an exact time during the day.
Schedules are based on real world time (not in game time).

Installing and/or updates for the DLL must be performed while the server is offline.

Updated CRON engine to support full CRON syntax.
Must use 6 values now instead of 5
Update your existing CRON schedules by adding a 0 at the beginning
Previous CRON: Minute, Hour, Day of Month, Month, Day of Week (10 * ? * *) 5 Values
New CRON: Second, Minute, Hour, Day of Month, Month, Day of Week (0 10 * ? * *) 6 Values
New CRON can use steps like (0 0/5 * ? * *) Every 5 minutes
New CRON can use ranges like (0 1-5 * ? * *) Minutes 1 through 5 past the hour
New CRON can use lists like (0 1,5,10 * ? * *) At 1, 5, and 10 minutes past the hour
<https://crontab.guru/> - This tool does not show seconds so add a 0 on the front of them so there are 6 values.
<https://crontab.cronhub.io/> - This tool does not show seconds so add a 0 on the front of them so there are 6 values.
<https://en.rakko.tools/tools/88/> - This tool also uses year so remove the 7th value so there are only 6 values.

Rcon Command:
RconScheduler.Reload
This will reload the config and restart the schedules as if the server was just started.
This command only works from RCON

NOTES: This plugin does not support plugins.unload feature in the API. RCON commands are executed one at a time in a single file line so be aware if you put many commands in a short time span.
Author
Lethal
Downloads
46
Views
908
First release
Last update
Rating
4.86 star(s) 7 ratings

More resources from Lethal

Latest updates

  1. 1.06

    Rcon Scheduler Ascended v1.06 Server API 1.15+ Required and Visual C++ 2022 Runtime Files...
  2. 1.05

    Rcon Scheduler Ascended v1.05 Server API 1.15+ Required and Visual C++ 2022 Runtime Files...
  3. 1.04

    Rcon Scheduler Ascended v1.04 Server API 1.15+ Required and Visual C++ 2022 Runtime Files...

Latest reviews

It's free, which makes it GREAT for its value. It has plenty of handy functions. I have been using it since 2022. It works mostly great. Some times, the destroy nests and eggs function doesn't work. But again, great for the value!
Great little plugin to help and more automation to your setup. Works as advertised.
Simple and straight forward, ease of use.
AMAZING
my daily cleaning of wyvern nests working awesome :D and the broadcast to inform about dayli backup/restarts ;)
Very good plugin to automate a lot of different RCON commands. I mainly use it for world saves and dino wipes. 10/10
perfect for program and automate your RCON command
Back
Top