From e4d863537c698a68a603af71a6723102f26d5046 Mon Sep 17 00:00:00 2001 From: M1DN1GHT01 Date: Thu, 22 Apr 2021 10:40:38 -0400 Subject: [PATCH] Added Auto Update Feature --- steamcmd_servers/pavlov_vr/egg-pavlov-v-r.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/steamcmd_servers/pavlov_vr/egg-pavlov-v-r.json b/steamcmd_servers/pavlov_vr/egg-pavlov-v-r.json index c09a96c1..baed1159 100644 --- a/steamcmd_servers/pavlov_vr/egg-pavlov-v-r.json +++ b/steamcmd_servers/pavlov_vr/egg-pavlov-v-r.json @@ -4,15 +4,15 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-03-23T21:39:59-04:00", + "exported_at": "2021-04-22T10:37:40-04:00", "name": "Pavlov VR", "author": "admin@devil.wtf", "description": "Pavlov VR is a multiplayer shooter in VR with heavy focus on community features. Realistic reloading features and fast paced combat as part of the core experience. Play the #1 most popular VR shooter on PC today.", "features": null, "images": [ - "quay.io\/parkervcp\/pterodactyl-images:base_debian" + "quay.io\/parkervcp\/pterodactyl-images:debian_source" ], - "file_denylist": [], + "file_denylist": "", "startup": ".\/Pavlov\/Binaries\/Linux\/PavlovServer -PORT={{SERVER_PORT}}", "config": { "files": "{\r\n \"Pavlov\/Saved\/Config\/RconSettings.txt\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"Password=\": \"Password={{env.RCON_PASSWORD}}\",\r\n \"Port=\": \"Port={{env.RCON_PORT}}\"\r\n }\r\n }\r\n}", @@ -63,6 +63,15 @@ "user_viewable": true, "user_editable": true, "rules": "required|string|max:20" + }, + { + "name": "Auto-update server", + "description": "This is to enable auto-updating for servers.\r\n\r\nDefault is 0. Set to 1 to update", + "env_variable": "AUTO_UPDATE", + "default_value": "0", + "user_viewable": true, + "user_editable": true, + "rules": "required|boolean" } ] -} \ No newline at end of file +}