Intial Commit

This commit is contained in:
2026-02-16 11:54:35 -05:00
parent a738551e6b
commit 2bb6fe4f86
38 changed files with 585 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
require "updateplz.lua"
if not getCore():isDedicated() then return end
UpdatePLZ.setRestartDelaySeconds(60)

View File

@@ -0,0 +1,4 @@
name=Update PLZ (1 minute)
id=UpdatePlz1
description=Restart the dedicated server if mods are outdated after 1 minute
require=UpdatePlz