Merge pull request #2113 from Wapriaily/master

Update Rust and frozen flame
This commit is contained in:
Quinten 2023-02-07 08:35:10 +01:00 committed by GitHub
commit 5d4adc3dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 41 deletions

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2022-11-19T18:35:39+01:00", "exported_at": "2023-02-03T14:32:26+08:00",
"name": "Frozen Flame", "name": "Frozen Flame",
"author": "theblitzbat@gmail.com", "author": "theblitzbat@gmail.com",
"description": "Frozen Flame Dedicated Server", "description": "Frozen Flame Dedicated Server",
@ -38,6 +38,26 @@
"rules": "nullable|numeric", "rules": "nullable|numeric",
"field_type": "text" "field_type": "text"
}, },
{
"name": "Max Players",
"description": "Maximum player count",
"env_variable": "MAX_PLAYERS",
"default_value": "10",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric",
"field_type": "text"
},
{
"name": "Query Port",
"description": "The query port.",
"env_variable": "QUERY_PORT",
"default_value": "27015",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer|between:1024,65536",
"field_type": "text"
},
{ {
"name": "Additional Arguments", "name": "Additional Arguments",
"description": "Specify additional launch parameters such as -crossplay. You must include a dash - and separate each parameter with space: -crossplay -exclusivejoin", "description": "Specify additional launch parameters such as -crossplay. You must include a dash - and separate each parameter with space: -crossplay -exclusivejoin",
@ -50,7 +70,7 @@
}, },
{ {
"name": "Server Name", "name": "Server Name",
"description": "The server nane", "description": "The server name",
"env_variable": "SERVER_NAME", "env_variable": "SERVER_NAME",
"default_value": "My Frozen Flame Server", "default_value": "My Frozen Flame Server",
"user_viewable": true, "user_viewable": true,
@ -68,16 +88,6 @@
"rules": "required|string|max:128", "rules": "required|string|max:128",
"field_type": "text" "field_type": "text"
}, },
{
"name": "Max Players",
"description": "Maximum player count",
"env_variable": "MAX_PLAYERS",
"default_value": "10",
"user_viewable": true,
"user_editable": true,
"rules": "required|numeric",
"field_type": "text"
},
{ {
"name": "Auto Update", "name": "Auto Update",
"description": "Auto update server software", "description": "Auto update server software",
@ -87,16 +97,6 @@
"user_editable": true, "user_editable": true,
"rules": "boolean", "rules": "boolean",
"field_type": "text" "field_type": "text"
},
{
"name": "Query Port",
"description": "The query port.",
"env_variable": "QUERY_PORT",
"default_value": "27015",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer|between:1024,65536",
"field_type": "text"
} }
] ]
} }

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2022-11-26T11:35:12+01:00", "exported_at": "2023-02-03T13:00:17+08:00",
"name": "Rust Autowipe", "name": "Rust Autowipe",
"author": "support@pterodactyl.io", "author": "support@pterodactyl.io",
"description": "The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.", "description": "The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.",
@ -15,7 +15,7 @@
"ghcr.io\/pterodactyl\/games:rust": "ghcr.io\/pterodactyl\/games:rust" "ghcr.io\/pterodactyl\/games:rust": "ghcr.io\/pterodactyl\/games:rust"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "\".\/RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.identity \"rust\" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \\\"{{HOSTNAME}}\\\" +server.level \\\"{{LEVEL}}\\\" +server.description \\\"{{DESCRIPTION}}\\\" +server.url \\\"{{SERVER_URL}}\\\" +server.headerimage \\\"{{SERVER_IMG}}\\\" +server.worldsize \\\"{{WORLD_SIZE}}\\\" +server.seed \\\"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == \"0\" ]]; then printf %s $(cat seed.txt); else printf %s '${WORLD_SEED}'; fi )\\\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \\\"{{RCON_PASS}}\\\" +server.saveinterval {{SAVEINTERVAL}} {{ADDITIONAL_ARGS}}\"", "startup": "\".\/RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.queryport {{QUERY_PORT}} +server.identity \"rust\" +rcon.ip 0.0.0.0 +rcon.port {{RCON_PORT}} +rcon.web true +server.hostname \\\"{{HOSTNAME}}\\\" +server.level \\\"{{LEVEL}}\\\" +server.description \\\"{{DESCRIPTION}}\\\" +server.url \\\"{{SERVER_URL}}\\\" +server.headerimage \\\"{{SERVER_IMG}}\\\" +server.worldsize \\\"{{WORLD_SIZE}}\\\" +server.seed \\\"$( if [ -f seed.txt ] && [[ ${WORLD_SEED} == \"0\" ]]; then printf %s $(cat seed.txt); else printf %s '${WORLD_SEED}'; fi )\\\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \\\"{{RCON_PASS}}\\\" +app.port {{APP_PORT}} +server.saveinterval {{SAVEINTERVAL}} {{ADDITIONAL_ARGS}}\"",
"config": { "config": {
"files": "{}", "files": "{}",
"startup": "{\r\n \"done\": \"Server startup complete\"\r\n}", "startup": "{\r\n \"done\": \"Server startup complete\"\r\n}",
@ -30,6 +30,26 @@
} }
}, },
"variables": [ "variables": [
{
"name": "SRCDS_APPID",
"description": "",
"env_variable": "SRCDS_APPID",
"default_value": "258550",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:20",
"field_type": "text"
},
{
"name": "Max Players",
"description": "The maximum amount of players allowed in the server at once.",
"env_variable": "MAX_PLAYERS",
"default_value": "40",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer",
"field_type": "text"
},
{ {
"name": "Server Name", "name": "Server Name",
"description": "The name of your server in the public server list.", "description": "The name of your server in the public server list.",
@ -100,16 +120,6 @@
"rules": "nullable|string", "rules": "nullable|string",
"field_type": "text" "field_type": "text"
}, },
{
"name": "Max Players",
"description": "The maximum amount of players allowed in the server at once.",
"env_variable": "MAX_PLAYERS",
"default_value": "40",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer",
"field_type": "text"
},
{ {
"name": "Server Image", "name": "Server Image",
"description": "The header image for the top of your server listing.", "description": "The header image for the top of your server listing.",
@ -181,13 +191,23 @@
"field_type": "text" "field_type": "text"
}, },
{ {
"name": "SRCDS_APPID", "name": "QUERY PORT",
"description": "", "description": "Port for QUERY connections.",
"env_variable": "SRCDS_APPID", "env_variable": "QUERY_PORT",
"default_value": "258550", "default_value": "28017",
"user_viewable": false, "user_viewable": true,
"user_editable": false, "user_editable": true,
"rules": "required|string|max:20", "rules": "required|integer",
"field_type": "text"
},
{
"name": "APP PORT",
"description": "Port for Rust+ applications. -1 to disable.",
"env_variable": "APP_PORT",
"default_value": "28082",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer",
"field_type": "text" "field_type": "text"
} }
] ]