Baka_Gaijin-AutoSaveInterval icon

AutoSaveInterval

Auto-saves the world every 10 minutes (configurable). Also saves before scheduled ServerRestart times. Server-side only, no Harmony patches, no Jotunn dependency.

Last updated 3 days ago
Total downloads 34
Total rating 1 
Categories Server-side AI Generated
Dependency string Baka_Gaijin-AutoSaveInterval-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Tristan-ServerRestart-1.1.5 icon
Tristan-ServerRestart

Server-side plugin that will safely shut down your server on a set schedule. Compatible with ServerCharacters.

Preferred version: 1.1.5
denikson-BepInExPack_Valheim-5.4.2333 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.2333

README

AutoSaveInterval

Lightweight BepInEx plugin that auto-saves the Valheim world on a configurable interval.

Features

  • Auto-saves every 10 minutes (configurable)
  • Pre-restart save: triggers a save 2 minutes before scheduled ServerRestart times
  • Server-side only (uses ZNet.IsServer check, harmless on clients)
  • Zero dependencies beyond BepInEx (no Jotunn, no Harmony patches)

Configuration

After first run, edit BepInEx/config/fix.autosave.interval.cfg:

[General]
SaveIntervalSeconds = 600

[ServerRestart]
PreRestartSaveMinutes = 2
RestartTimesUTC = 17:00,05:00

Set RestartTimesUTC to match your ServerRestart schedule (comma-separated UTC times).

Compatibility

Compatible with all mods. No Harmony patches means zero conflict surface.