Skip to content

Commit dc5cf9c

Browse files
committed
Rust+ app support
1 parent b7d1c45 commit dc5cf9c

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

database/Seeders/eggs/rust/egg-rust.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"meta": {
44
"version": "PTDL_v1"
55
},
6-
"exported_at": "2020-10-20T00:03:09+00:00",
6+
"exported_at": "2021-01-25T07:42:35+02:00",
77
"name": "Rust",
88
"author": "support@pterodactyl.io",
99
"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.",
10+
"features": null,
1011
"image": "quay.io\/pterodactyl\/core:rust",
11-
"startup": ".\/RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.identity \"rust\" +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 \\\"{{WORLD_SEED}}\\\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \\\"{{RCON_PASS}}\\\" +server.saveinterval {{SAVEINTERVAL}} {{ADDITIONAL_ARGS}}",
12+
"startup": ".\/RustDedicated -batchmode +server.port {{SERVER_PORT}} +server.identity \"rust\" +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.logoimage \\\"{{SERVER_LOGO}}\\\" +server.worldsize \\\"{{WORLD_SIZE}}\\\" +server.seed \\\"{{WORLD_SEED}}\\\" +server.maxplayers {{MAX_PLAYERS}} +rcon.password \\\"{{RCON_PASS}}\\\" +server.saveinterval {{SAVEINTERVAL}} +app.port {{APP_PORT}} {{ADDITIONAL_ARGS}}",
1213
"config": {
1314
"files": "{}",
1415
"startup": "{\r\n \"done\": \"Server startup complete\",\r\n \"userInteraction\": []\r\n}",
@@ -139,6 +140,24 @@
139140
"user_viewable": true,
140141
"user_editable": true,
141142
"rules": "nullable|string"
143+
},
144+
{
145+
"name": "App Port",
146+
"description": "Port for the Rust+ App. -1 to disable.",
147+
"env_variable": "APP_PORT",
148+
"default_value": "28082",
149+
"user_viewable": true,
150+
"user_editable": false,
151+
"rules": "required|integer"
152+
},
153+
{
154+
"name": "Server Logo",
155+
"description": "The circular server logo for the Rust+ app.",
156+
"env_variable": "SERVER_LOGO",
157+
"default_value": "",
158+
"user_viewable": true,
159+
"user_editable": true,
160+
"rules": "nullable|url"
142161
}
143162
]
144163
}

0 commit comments

Comments
 (0)