
Cron Job
Allows executing commands automatically on the server.
CHANGELOG
-
v1.12
- Adds dependency to YamlDotnet package.
- Fixed to work with the new Discord Connector mod update.
-
v1.11
- Adds a new file "cron_last.yaml" to track the last time job were checked.
- This prevents running all jobs on server restart.
- Adds a new field
useGameTime
to run jobs based on the in-game time. - Adds a new field
commands
to run multiple commands. - Adds new player related parameters to match Expand World Prefabs mod.
- Fixes join job triggering on player respawn.
-
v1.10
- Fixed for the new update.
-
v1.9
- Adds support for changing the Discord Connector message type.
- Adds a new setting "logSkipped" to allow disabling logging of skipped jobs.
- Changes the default Discord Connector mesasge type from "Other" to "cronjob".
-
v1.8
- Fixed for the new update.