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

Cron Job

Allows executing commands automatically on the server.

Date uploaded 3 years ago
Version 1.2.0
Download link JereKuusela-Cron_Job-1.2.0.zip
Downloads 986
Dependency string JereKuusela-Cron_Job-1.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350
ValheimModding-YamlDotNet-16.3.1 icon
ValheimModding-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.1

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.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.
  • v1.0

    • Initial release.

CHANGELOG

  • v1.14

    • Fixes for the new game version.
  • v1.13

    • Adds new fields globalKeys and bannedGlobalKeys to allow skipping jobs based on global keys.
  • 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.