You are viewing a potentially older version of this package. View all versions.
JereKuusela-Cron_Job-1.6.0 icon

Cron Job

Allows executing commands automatically on the server.

Date uploaded 5 months ago
Version 1.6.0
Download link JereKuusela-Cron_Job-1.6.0.zip
Downloads 248
Dependency string JereKuusela-Cron_Job-1.6.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

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.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 and bannedObjects 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.
  • 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.