RCON Scheduler Ascended

Free RCON Scheduler Ascended 1.08

This resource is free
Rcon Scheduler Ascended v1.08
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added new RCON command: RconScheduler.ShowTasks
It will dump a list of all scheduled commands and their next run time.
Updated CRON engine to support full CRON syntax Unix/Quartz style
Possible DST fixes for the next time we have a time change.
I highly suggest using this tool only to generate schedules. (I updated the https://discord.com/channels/703368268890636401/1177105756097617970 with this information)
<https://en.rakko.tools/tools/88/>
0 0/3 * ? * MON,THU,SAT - Every 3 minutes, only on Monday, Thursday, and Saturday
Reminder this tool generates 7 parameters (year is 7th) so remove the 7th parameter the cron library used only accepts 6 (no year)
I have updated the commented_config.json example cron schedules to be inline with Quartz style schedules.

(possible config changes to your Schedules)
Rcon Scheduler Ascended v1.07
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added new RCON Command: RconScheduler.ForceGC
This will force a full garbage collection with players offline.
Use RconScheduler.ForceGC 1 to force a full garbage collection with players online.
Should help with a offline breeding/nanny memory leak crash issues when your servers are empty.

(no config changes)
  • Like
Reactions: stevie_senpai
Rcon Scheduler Ascended v1.06
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Leaving the player join message blank will no longer try and send a message.

(no config changes)
Rcon Scheduler Ascended v1.05
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixing a multi-threading issue introduced in 1.04

(no config changes)
Rcon Scheduler Ascended v1.04
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added new command RconScheduler.SaveExit which will preform a world save and close the server.
Updated PlayerJoin message to support different messages per map.
Uses API message mod if installed
Updated some other code to speed up rcon command execution.

(no config changes)
Rcon Scheduler Ascended v1.03
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with per map overrides not being set properly.

(no config changes)
Back
Top