mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
c2a17a19f4
Updates Minecraft eggs to have the new Yolks images and features for EULA and Java version selector popup modals.
60 lines
2.5 KiB
JSON
60 lines
2.5 KiB
JSON
{
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
"meta": {
|
|
"version": "PTDL_v1",
|
|
"update_url": null
|
|
},
|
|
"exported_at": "2021-11-26T00:05:33+00:00",
|
|
"name": "Cuberite",
|
|
"author": "parker@parkervcp.com",
|
|
"description": "A lightweight, fast and extensible game server for Minecraft",
|
|
"features": null,
|
|
"images": [
|
|
"ghcr.io\/parkervcp\/yolks:debian"
|
|
],
|
|
"file_denylist": [],
|
|
"startup": ".\/Cuberite",
|
|
"config": {
|
|
"files": "{\r\n \"settings.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"Server.Ports\": \"{{server.build.default.port}}\",\r\n \"Server.Description\": \"{{server.build.env.SERV_DESC}}\"\r\n }\r\n },\r\n \"webadmin.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"User:admin.Password\": \"{{server.build.env.ADMIN_PASS}}\",\r\n \"WebAdmin.Ports\": \"{{server.build.env.WEB_PORT}}\"\r\n }\r\n }\r\n}",
|
|
"startup": "{\r\n \"done\": \"Startup complete\"\r\n}",
|
|
"logs": "{}",
|
|
"stop": "stop"
|
|
},
|
|
"scripts": {
|
|
"installation": {
|
|
"script": "#!\/bin\/ash\r\n# Cuberite\r\n#\r\n# Server Files: \/mnt\/server\r\napt install -y wget\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/download.cuberite.org\/linux-x86_64\/Cuberite.tar.gz\r\n\r\ntar -xzf Cuberite.tar.gz",
|
|
"container": "ghcr.io\/parkervcp\/installers:debian",
|
|
"entrypoint": "bash"
|
|
}
|
|
},
|
|
"variables": [
|
|
{
|
|
"name": "Server Description",
|
|
"description": "Server Description",
|
|
"env_variable": "SERV_DESC",
|
|
"default_value": "Cuberite on Pterodactyl!",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "nullable|string"
|
|
},
|
|
{
|
|
"name": "Admin Password",
|
|
"description": "The password for the webadmin panel 'admin' user",
|
|
"env_variable": "ADMIN_PASS",
|
|
"default_value": "ChangeMe",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "nullable|string"
|
|
},
|
|
{
|
|
"name": "WebAdmin Port",
|
|
"description": "Port for the cuberite webadmin panel.",
|
|
"env_variable": "WEB_PORT",
|
|
"default_value": "8080",
|
|
"user_viewable": true,
|
|
"user_editable": false,
|
|
"rules": "required|integer|between:1,65535"
|
|
}
|
|
]
|
|
}
|