2018-09-14 17:09:32 +08:00
|
|
|
{
|
|
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
|
|
"meta": {
|
2023-11-14 01:20:54 +08:00
|
|
|
"version": "PTDL_v2",
|
2022-05-31 02:10:55 +08:00
|
|
|
"update_url": null
|
2018-09-14 17:09:32 +08:00
|
|
|
},
|
2024-01-14 22:48:53 +08:00
|
|
|
"exported_at": "2024-01-14T15:48:28+01:00",
|
2018-09-14 17:09:32 +08:00
|
|
|
"name": "Multi Theft Auto",
|
|
|
|
"author": "info@six-gaming.com",
|
|
|
|
"description": "What more could you want? Multi Theft Auto provides the best online Grand Theft Auto experience there is. Read on to find out more.",
|
2022-05-31 02:10:55 +08:00
|
|
|
"features": null,
|
2023-11-14 01:20:54 +08:00
|
|
|
"docker_images": {
|
|
|
|
"ghcr.io\/parkervcp\/games:mta": "ghcr.io\/parkervcp\/games:mta"
|
|
|
|
},
|
2022-05-31 02:10:55 +08:00
|
|
|
"file_denylist": [],
|
2019-02-01 20:27:42 +08:00
|
|
|
"startup": ".\/mta-server64 --port {{SERVER_PORT}} --httpport {{SERVER_WEBPORT}} -n",
|
2018-09-14 17:09:32 +08:00
|
|
|
"config": {
|
2018-09-18 03:23:34 +08:00
|
|
|
"files": "{}",
|
2018-09-14 17:09:32 +08:00
|
|
|
"startup": "{\r\n \"done\": \"Server started and is ready to accept connections\"\r\n}",
|
2023-11-14 01:20:54 +08:00
|
|
|
"logs": "{}",
|
2018-09-14 17:09:32 +08:00
|
|
|
"stop": "shutdown"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"installation": {
|
2024-01-14 22:48:53 +08:00
|
|
|
"script": "#!\/bin\/bash\r\n\r\ncd \/tmp\r\ncurl -sSL -o multitheftauto_linux_x64.tar.gz https:\/\/linux.multitheftauto.com\/dl\/multitheftauto_linux_x64.tar.gz\r\ncurl -sSL -o mta-baseconfig.tar.gz https:\/\/linux.multitheftauto.com\/dl\/baseconfig.tar.gz\r\ncurl -sSL -o mtasa-resources-latest.zip https:\/\/mirror.multitheftauto.com\/mtasa\/resources\/mtasa-resources-latest.zip\r\n\r\nmkdir -p \/mnt\/server\r\ntar -xvf multitheftauto_linux_x64.tar.gz\r\ncp -rf multitheftauto_linux_x64\/* \/mnt\/server\r\n\r\nif [ ! -f \/mnt\/server\/x64\/libmysqlclient.so.16 ]; then\r\n curl -L http:\/\/nightly.mtasa.com\/files\/libmysqlclient.so.16 -o \/mnt\/server\/x64\/libmysqlclient.so.16\r\nfi\r\n\r\nmkdir -p \/mnt\/server\/mods\/deathmatch\/resources\r\nunzip -o -d \/mnt\/server\/mods\/deathmatch\/resources mtasa-resources-latest.zip\r\n\r\ntar -xvf mta-baseconfig.tar.gz\r\ncp -rf baseconfig\/* \/mnt\/server\/mods\/deathmatch\r\n\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
|
2023-11-14 01:20:54 +08:00
|
|
|
"container": "ghcr.io\/parkervcp\/installers:ubuntu",
|
2018-09-14 17:09:32 +08:00
|
|
|
"entrypoint": "bash"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "SERVER_WEBPORT",
|
2019-03-10 22:24:35 +08:00
|
|
|
"description": "The http port for web resource.\r\nThis Port needs to be the {{SERVER_PORT}}+3.",
|
2018-09-14 17:09:32 +08:00
|
|
|
"env_variable": "SERVER_WEBPORT",
|
|
|
|
"default_value": "22005",
|
2020-10-17 08:44:23 +08:00
|
|
|
"user_viewable": true,
|
|
|
|
"user_editable": false,
|
2023-11-14 01:20:54 +08:00
|
|
|
"rules": "required|numeric",
|
|
|
|
"field_type": "text"
|
2018-09-14 17:09:32 +08:00
|
|
|
}
|
|
|
|
]
|
2024-01-14 22:48:53 +08:00
|
|
|
}
|