AutoSaveInterval
Auto-saves the world every 10 minutes (configurable). Also saves before scheduled restart times (UTC). Server-side only, no Harmony patches, no Jotunn dependency.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.
