You are viewing a potentially older version of this package.
View all versions.
Cron Job
Allows executing commands automatically on the server.
Date uploaded | 11 months ago |
Version | 1.6.0 |
Download link | JereKuusela-Cron_Job-1.6.0.zip |
Downloads | 376 |
Dependency string | JereKuusela-Cron_Job-1.6.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.2202README
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.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.
-
v1.7
- Fixes parameters not working for join jobs.
-
v1.6
- Adds a warning for zone jobs without any parameters.
- Adds a new field
avoidPlayers
to not run zone jobs when players are nearby. - Adds support for seconds in the cron schedule.
- Adds new fields
biomes
,locations
,objects
andbannedObjects
to filter zone jobs. - Changes the parameter format from
$$
to<>
. Old commands still work but cause a warning. - Removes the field
inactive
because it caused confusion and didn't work with multiple jobs per zone.
-
v1.5
- Fixed for the new update.
-
v1.4
- Adds a new field
log
to the jobs.
- Adds a new field
-
v1.3
- Updated for the new game version.
-
v1.2
- Adds auto update for missing fields to the cron.yaml.
- Fixes loading messages being sent to the Discord connector.
- Fixes errors when deleting yaml files.
- Fixes emptry cron_track.yaml being created.
-
v1.1
- Adds support for join jobs.
- Adds support for Discord Connector.
- Adds support for time zones.
- Adds new config options (timezone, interval, logJobs, logZone, logJoin, discordConnector).
- Changes schedule and inactive conditions to be AND instead of OR (so both must apply instead of one of them).
- Fixes error for some schedules.