fix strucure add images

This commit is contained in:
2026-02-16 12:12:11 -05:00
parent 2bb6fe4f86
commit 1a120a0ab9
53 changed files with 84 additions and 21 deletions

View File

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

View File

@@ -0,0 +1,7 @@
name=Update PLZ (15 minutes)
id=UpdatePlz15
author=Methylenedioxymethamphetamine & Riggs0
description=Restart the dedicated server if mods are outdated after 15 minutes
require=UpdatePlz
poster=../preview.png
icon=../icon.png

View File

@@ -0,0 +1,7 @@
name=Update PLZ (15 minutes)
id=UpdatePlz15
author=Methylenedioxymethamphetamine & Riggs0
description=Restart the dedicated server if mods are outdated after 15 minutes
require=UpdatePlz
poster=../preview.png
icon=../icon.png

BIN
updateplz15/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

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

7
updateplz15/mod.info Normal file
View File

@@ -0,0 +1,7 @@
name=Update PLZ (15 minutes)
id=UpdatePlz15
author=Methylenedioxymethamphetamine & Riggs0
description=Restart the dedicated server if mods are outdated after 15 minutes
require=UpdatePlz
poster=preview.png
icon=icon.png

BIN
updateplz15/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB