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

Cron Job

Allows executing commands automatically on the server.

Date uploaded a day ago
Version 1.14.0
Download link JereKuusela-Cron_Job-1.14.0.zip
Downloads 167
Dependency string JereKuusela-Cron_Job-1.14.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.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.