Skip to content

Commit

Permalink
removed filter, because it's not working in script
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Feb 25, 2021
1 parent a921efb commit 945e4ae
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions steamcmd_servers/valheim/valheim_plus/egg-valheim-plus-mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-02-23T15:36:16+01:00",
"exported_at": "2021-02-25T17:24:00+01:00",
"name": "Valheim Plus Mod",
"author": "info@goover.de",
"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": ".\/start_server_bepinex.sh",
"file_denylist": "",
"startup": "bash .\/start_server_bepinex.sh",
"config": {
"files": "{\r\n \"start_server_bepinex.sh\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \".\\\/valheim_server.x86_64\": \".\\\/valheim_server.x86_64 -name \\\"{{server.build.env.SERVER_NAME}}\\\" -password \\\"{{server.build.env.PASSWORD}}\\\" -nographics -batchmode -port {{server.build.default.port}} -world \\\"{{server.build.env.WORLD}}\\\" trap \\\"{{server.build.env.STOP}}\\\" 15; wait $!\"\r\n }\r\n }\r\n}",
"files": "{\r\n \"start_server_bepinex.sh\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \".\/valheim_server.x86_64\": \".\/valheim_server.x86_64 -name \\\"{{server.build.env.SERVER_NAME}}\\\" -password \\\"{{server.build.env.PASSWORD}}\\\" -nographics -batchmode -port {{server.build.default.port}} -world \\\"{{server.build.env.WORLD}}\\\"\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
"logs": "{}",
"stop": "^C"
Expand Down Expand Up @@ -72,24 +73,6 @@
"user_editable": false,
"rules": "required|string"
},
{
"name": "Console Filter",
"description": "Remove spam from the console output.",
"env_variable": "FILTER",
"default_value": "\/^\\(Filename:.*Line:[[:space:]]+[[:digit:]]+\\)$\/d; \/^([[:space:]]+)?$\/d",
"user_viewable": false,
"user_editable": false,
"rules": "string"
},
{
"name": "Shutdown Command",
"description": "Commands to trigger a server shutdown.",
"env_variable": "STOP",
"default_value": "kill -2 $!; wait;",
"user_viewable": false,
"user_editable": false,
"rules": "required|string"
},
{
"name": "Auto Update",
"description": "",
Expand Down Expand Up @@ -127,4 +110,4 @@
"rules": "required|string|max:20"
}
]
}
}

0 comments on commit 945e4ae

Please sign in to comment.