Update tshock

This commit is contained in:
Quinten 2022-10-15 14:11:39 +02:00 committed by GitHub
parent 23b7806e58
commit 2fcbcecee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,23 @@
{ {
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v2",
"update_url": null
}, },
"exported_at": "2020-05-18T21:16:19-04:00", "exported_at": "2022-10-15T14:09:35+02:00",
"name": "tshock", "name": "tshock",
"author": "parker@parkervcp.com", "author": "parker@parkervcp.com",
"description": "The t-shock modded terraria server.\r\n\r\nhttps:\/\/tshock.co\/", "description": "The t-shock modded terraria server.\r\n\r\nhttps:\/\/tshock.co\/",
"image": "quay.io\/pterodactyl\/core:mono", "features": null,
"docker_images": {
"mono": "ghcr.io\/parkervcp\/yolks:mono_latest"
},
"file_denylist": [],
"startup": "mono TerrariaServer.exe -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -world {{WORLD_NAME}}.wld -autocreate {{WORLD_SIZE}}", "startup": "mono TerrariaServer.exe -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -world {{WORLD_NAME}}.wld -autocreate {{WORLD_SIZE}}",
"config": { "config": {
"files": "{\r\n \"tshock\/config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {}\r\n }\r\n}", "files": "{}",
"startup": "{\r\n \"done\": \"Type 'help' for a list of commands\",\r\n \"userInteraction\": []\r\n}", "startup": "{\r\n \"done\": \"Type 'help' for a list of commands\"\r\n}",
"logs": "{\r\n \"custom\": false,\r\n \"location\": \"ServerLog.txt\"\r\n}", "logs": "{}",
"stop": "exit" "stop": "exit"
}, },
"scripts": { "scripts": {
@ -28,36 +33,40 @@
"description": "The maximum number of players a server will hold.", "description": "The maximum number of players a server will hold.",
"env_variable": "MAX_PLAYERS", "env_variable": "MAX_PLAYERS",
"default_value": "8", "default_value": "8",
"user_viewable": 1, "user_viewable": true,
"user_editable": 0, "user_editable": false,
"rules": "required|numeric|digits_between:1,3" "rules": "required|numeric|digits_between:1,3",
"field_type": "text"
}, },
{ {
"name": "World Size", "name": "World Size",
"description": "Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).", "description": "Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).",
"env_variable": "WORLD_SIZE", "env_variable": "WORLD_SIZE",
"default_value": "1", "default_value": "1",
"user_viewable": 1, "user_viewable": true,
"user_editable": 0, "user_editable": false,
"rules": "required|numeric|digits_between:1,3" "rules": "required|numeric|digits_between:1,3",
"field_type": "text"
}, },
{ {
"name": "World Name", "name": "World Name",
"description": "The name for the world file.", "description": "The name for the world file.",
"env_variable": "WORLD_NAME", "env_variable": "WORLD_NAME",
"default_value": "world", "default_value": "world",
"user_viewable": 1, "user_viewable": true,
"user_editable": 1, "user_editable": true,
"rules": "required|string|max:20" "rules": "required|string|max:20",
"field_type": "text"
}, },
{ {
"name": "Tshock Version", "name": "Tshock Version",
"description": "The version on tshock that will be installed. default is latest non-pre-release", "description": "The version on tshock that will be installed. default is latest non-pre-release",
"env_variable": "TSHOCK_VERSION", "env_variable": "TSHOCK_VERSION",
"default_value": "latest", "default_value": "latest",
"user_viewable": 1, "user_viewable": true,
"user_editable": 0, "user_editable": false,
"rules": "required|string|max:20" "rules": "required|string|max:20",
"field_type": "text"
} }
] ]
} }