Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
Cron Job
Allows executing commands automatically on the server.
| Date uploaded | 2 years ago |
| Version | 1.4.0 |
| Download link | JereKuusela-Cron_Job-1.4.0.zip |
| Downloads | 367 |
| Dependency string | JereKuusela-Cron_Job-1.4.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-YamlDotNet
Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 16.3.0README
Cron Job
Allows executing commands automatically on the server.
Install on the server (modding guide).
Usage
See documentation.
Credits
Thanks for Azumatt for creating the mod icon!
Sources: GitHub
Donations: Buy me a computer
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
useGameTimeto run jobs based on the in-game time. - Adds a new field
commandsto 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.