mirror of
https://github.com/pelican-eggs/eggs.git
synced 2025-11-01 09:28:07 +00:00
Small Fixes, butt still WIP.
This commit is contained in:
parent
86f6c3a36b
commit
8a02f2de64
@ -3,14 +3,14 @@
|
|||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v1"
|
"version": "PTDL_v1"
|
||||||
},
|
},
|
||||||
"exported_at": "2020-04-20T08:14:02+02:00",
|
"exported_at": "2020-04-20T08:38:47+02:00",
|
||||||
"name": "Citadel: Forged with Fire",
|
"name": "Citadel: Forged with Fire",
|
||||||
"author": "info@goover.de",
|
"author": "info@goover.de",
|
||||||
"description": "Citadel: Forged With Fire is a massive online sandbox RPG set in the mystical world of Ignus. Featuring magic, spellcasting, building, exploring and crafting as you fight to make a name for yourself and achieve notoriety across the land.",
|
"description": "Citadel: Forged With Fire is a massive online sandbox RPG set in the mystical world of Ignus. Featuring magic, spellcasting, building, exploring and crafting as you fight to make a name for yourself and achieve notoriety across the land.",
|
||||||
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
|
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
|
||||||
"startup": ".\/CitadelServer.sh",
|
"startup": ".\/CitadelServer.sh",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{\r\n \"Citadel\/Saved\/Config\/LinuxServer\/Game.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"Password=\": \"Password={{server.build.env.ADMIN_PASSWD}}\",\r\n \"WorldCreationSettings=\": \"WorldCreationSettings=({{server.build.env.WORLD_CREATION_SETTINGS}})\"\r\n }\r\n }\r\n}",
|
"files": "{\r\n \"Citadel\/Saved\/Config\/LinuxServer\/Game.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"ConnectionPort=\": \"ConnectionPort={{server.build.default.port}}\",\r\n \"QueryPort=\": \"QueryPort={{server.build.env.QPORT}}\",\r\n \"Password=\": \"Password={{server.build.env.ADMIN_PASSWD}}\",\r\n \"WorldCreationSettings=\": \"WorldCreationSettings=({{server.build.env.WORLD_CREATION_SETTINGS}})\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \"Steam Server initialized and registered with UWorks\",\r\n \"userInteraction\": []\r\n}",
|
"startup": "{\r\n \"done\": \"Steam Server initialized and registered with UWorks\",\r\n \"userInteraction\": []\r\n}",
|
||||||
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
|
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
|
||||||
"stop": "^C"
|
"stop": "^C"
|
||||||
@ -32,19 +32,10 @@
|
|||||||
"user_editable": 0,
|
"user_editable": 0,
|
||||||
"rules": "required|numeric|digits_between:1,6"
|
"rules": "required|numeric|digits_between:1,6"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Connection Port",
|
|
||||||
"description": "port",
|
|
||||||
"env_variable": "CON_PORT",
|
|
||||||
"default_value": "27105",
|
|
||||||
"user_viewable": 1,
|
|
||||||
"user_editable": 1,
|
|
||||||
"rules": "required|string|max:5"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Query Port",
|
"name": "Query Port",
|
||||||
"description": "Query Port",
|
"description": "Query Port",
|
||||||
"env_variable": "QUERY_PORT",
|
"env_variable": "QPORT",
|
||||||
"default_value": "7777",
|
"default_value": "7777",
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 1,
|
"user_editable": 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user