Skip to content

Commit 29783ed

Browse files
committed
egg(rust): add support for Carbon
Rebased version of pterodactyl#4734 to 1.0-develop
1 parent 7c8bdfc commit 29783ed

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "PTDL_v2",
55
"update_url": null
66
},
7-
"exported_at": "2023-02-04T14:45:12-05:00",
7+
"exported_at": "2023-03-25T13:37:00+00:00",
88
"name": "Rust",
99
"author": "support@pterodactyl.io",
1010
"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.",
@@ -41,13 +41,13 @@
4141
"field_type": "text"
4242
},
4343
{
44-
"name": "OxideMod",
45-
"description": "Set whether you want the server to use and auto update OxideMod or not. Valid options are \"1\" for true and \"0\" for false.",
46-
"env_variable": "OXIDE",
47-
"default_value": "0",
44+
"name": "Modding Framework",
45+
"description": "The modding framework to be used: carbon, oxide, vanilla.\r\nDefaults to \"vanilla\" for a non-modded server installation.",
46+
"env_variable": "FRAMEWORK",
47+
"default_value": "vanilla",
4848
"user_viewable": true,
4949
"user_editable": true,
50-
"rules": "required|boolean",
50+
"rules": "required|in:carbon,oxide,vanilla",
5151
"field_type": "text"
5252
},
5353
{
@@ -120,6 +120,16 @@
120120
"rules": "nullable|url",
121121
"field_type": "text"
122122
},
123+
{
124+
"name": "Query Port",
125+
"description": "Server Query Port. Can't be the same as Game's primary port.",
126+
"env_variable": "QUERY_PORT",
127+
"default_value": "27017",
128+
"user_viewable": true,
129+
"user_editable": false,
130+
"rules": "required|integer",
131+
"field_type": "text"
132+
},
123133
{
124134
"name": "RCON Port",
125135
"description": "Port for RCON connections.",
@@ -189,16 +199,6 @@
189199
"user_editable": true,
190200
"rules": "nullable|url",
191201
"field_type": "text"
192-
},
193-
{
194-
"name": "Query Port",
195-
"description": "Server Query Port. Can't be the same as Game's primary port.",
196-
"env_variable": "QUERY_PORT",
197-
"default_value": "27017",
198-
"user_viewable": true,
199-
"user_editable": false,
200-
"rules": "required|integer",
201-
"field_type": "text"
202202
}
203203
]
204204
}

0 commit comments

Comments
 (0)