|
4 | 4 | "version": "PTDL_v2", |
5 | 5 | "update_url": null |
6 | 6 | }, |
7 | | - "exported_at": "2023-02-04T14:45:12-05:00", |
| 7 | + "exported_at": "2023-03-25T13:37:00+00:00", |
8 | 8 | "name": "Rust", |
9 | 9 | "author": "support@pterodactyl.io", |
10 | 10 | "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 | 41 | "field_type": "text" |
42 | 42 | }, |
43 | 43 | { |
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", |
48 | 48 | "user_viewable": true, |
49 | 49 | "user_editable": true, |
50 | | - "rules": "required|boolean", |
| 50 | + "rules": "required|in:carbon,oxide,vanilla", |
51 | 51 | "field_type": "text" |
52 | 52 | }, |
53 | 53 | { |
|
120 | 120 | "rules": "nullable|url", |
121 | 121 | "field_type": "text" |
122 | 122 | }, |
| 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 | + }, |
123 | 133 | { |
124 | 134 | "name": "RCON Port", |
125 | 135 | "description": "Port for RCON connections.", |
|
189 | 199 | "user_editable": true, |
190 | 200 | "rules": "nullable|url", |
191 | 201 | "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" |
202 | 202 | } |
203 | 203 | ] |
204 | 204 | } |
0 commit comments