Mod for periodic persistent autosaves. Only works in multiplayer.
Set autosave period, autosave prefix and mod will save every period into distinct save file. Only first player in server is allowed to set up these (don't know how headless servers will work with this).
Saves will be named "<prefix><autosaveId>", where <autosaveId> = floor(gameTime / period). So "MyAutosavePrefix1", "MyAutosavePrefix2", ...
Changelog:
1.1.0
-Fixed error when starting new save
1.0.0
-Created