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