1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 16:17:09 +02:00

Fix variables

This commit is contained in:
Magi1053 2021-02-07 19:39:01 -06:00
parent d56f0899f1
commit 387112026e
No known key found for this signature in database
GPG Key ID: BEE429122735B1B2

View File

@ -4,15 +4,13 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-02-07T12:16:16-06:00",
"exported_at": "2021-02-07T19:36:46-06:00",
"name": "Valheim",
"author": "magi1053@outlook.com",
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.",
"features": null,
"images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_source"
],
"startup": "{{INIT}}; .\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" -public 1 | sed -uE \"{{FILTER}}\" & trap \"echo 1 > server_exit.drp && wait\" 15; wait $!",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_source",
"startup": ".\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" -public 1 | sed -uE \"{{FILTER}}\" & trap \"echo 1 > server_exit.drp && wait\" 15; wait $!",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
@ -38,7 +36,7 @@
},
{
"name": "Server Password",
"description": "Server password.\"",
"description": "Server password.",
"env_variable": "PASSWORD",
"default_value": "secret",
"user_viewable": true,
@ -64,10 +62,10 @@
"rules": "nullable|numeric"
},
{
"name": "Before Server Start",
"description": "Helper script to manage the server instance",
"env_variable": "INIT",
"default_value": "export templdpath=$LD_LIBRARY_PATH; export LD_LIBRARY_PATH=.\/linux64:$LD_LIBRARY_PATH; export SteamAppId=892970",
"name": "LD Library Path",
"description": "Required to load server libraries.",
"env_variable": "LD_LIBRARY_PATH",
"default_value": ".\/linux64",
"user_viewable": false,
"user_editable": false,
"rules": "required|string"