add missing STOP Variable

This commit is contained in:
gOOvER 2023-01-29 11:28:38 +01:00
parent a985670de3
commit 404a3f8028

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2023-01-29T10:24:39+01:00", "exported_at": "2023-01-29T11:28:22+01:00",
"name": "Valheim BepINex", "name": "Valheim BepINex",
"author": "info@goover.de", "author": "info@goover.de",
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx", "description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx",
@ -20,7 +20,7 @@
"files": "{}", "files": "{}",
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}", "startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
"logs": "{}", "logs": "{}",
"stop": "^^C" "stop": "^C"
}, },
"scripts": { "scripts": {
"installation": { "installation": {
@ -179,6 +179,16 @@
"user_editable": false, "user_editable": false,
"rules": "required|string", "rules": "required|string",
"field_type": "text" "field_type": "text"
},
{
"name": "Shutdown Command",
"description": "",
"env_variable": "STOP",
"default_value": "kill -2 $!; wait;",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:20",
"field_type": "text"
} }
] ]
} }