2018-07-12 04:41:33 +08:00
|
|
|
{
|
|
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
|
|
"meta": {
|
2021-11-24 15:49:48 +08:00
|
|
|
"version": "PTDL_v1",
|
|
|
|
"update_url": null
|
2018-07-12 04:41:33 +08:00
|
|
|
},
|
2021-11-24 15:49:48 +08:00
|
|
|
"exported_at": "2021-11-24T07:45:11+00:00",
|
2018-07-12 04:41:33 +08:00
|
|
|
"name": "Xonotic",
|
|
|
|
"author": "parker@parkervcp.com",
|
|
|
|
"description": "This is for the default xonotic setup.",
|
2021-11-24 15:49:48 +08:00
|
|
|
"features": null,
|
|
|
|
"images": [
|
|
|
|
"ghcr.io\/pterodactyl\/games:source"
|
|
|
|
],
|
|
|
|
"file_denylist": [],
|
2018-08-16 06:52:04 +08:00
|
|
|
"startup": ".\/xonotic-linux64-dedicated +log_file latest.log +net_address 0.0.0.0 +port {{SERVER_PORT}} +maxplayers {{MAX_PLAYERS}}",
|
2018-07-12 04:41:33 +08:00
|
|
|
"config": {
|
2021-11-24 15:49:48 +08:00
|
|
|
"files": "{}",
|
|
|
|
"startup": "{\r\n \"done\": \"Server listening on address 0.0.0.0:\"\r\n}",
|
|
|
|
"logs": "{}",
|
|
|
|
"stop": "quit"
|
2018-07-12 04:41:33 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"installation": {
|
2021-11-24 15:49:48 +08:00
|
|
|
"script": "#!\/bin\/ash\r\n# Vanilla Xonotic Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk add rsync --no-cache\r\n\r\ncd \/mnt\/server\r\n\r\nwget http:\/\/dl.xonotic.org\/xonotic-0.8.2.zip\r\n\r\nunzip xonotic-0.8.2.zip\r\n\r\nmv Xonotic\/* .\/\r\n\r\n.\/misc\/tools\/rsync-updater\/update-to-autobuild.sh\r\n\r\n# create initial folder structure to copy the default config to, because it only gets created on first startup\r\nmkdir -p .xonotic\/data\r\ncp-n server\/server.cfg .xonotic\/data\/server.cfg || true # do not overwrite existing config file\r\n\r\nrm -rf COPYING Makefile *glx* *glx *sdl* *sdl *linux32* *exe *.app *.sh bin* GPL* Docs\/ gmqcc\/ source\/ misc\/ Xonotic\/ xonotic-0.8.2.zip",
|
|
|
|
"container": "ghcr.io\/pterodactyl\/installers:alpine",
|
2018-07-12 04:41:33 +08:00
|
|
|
"entrypoint": "ash"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Max Players",
|
|
|
|
"description": "Max players allowed on the server",
|
|
|
|
"env_variable": "MAX_PLAYERS",
|
|
|
|
"default_value": "16",
|
2021-11-24 15:49:48 +08:00
|
|
|
"user_viewable": true,
|
|
|
|
"user_editable": true,
|
|
|
|
"rules": "required|numeric|digits_between:1,2"
|
2018-07-12 04:41:33 +08:00
|
|
|
}
|
|
|
|
]
|
2018-08-16 06:52:04 +08:00
|
|
|
}
|