|
4 | 4 | and on Game-Monitor. It is a required parameter. --> |
5 | 5 | <servername>Default MTA Server</servername> |
6 | 6 |
|
| 7 | + <!-- This parameter specifies the contact email addresses for the owner(s) of this server. |
| 8 | + Note: Missing or incorrect owner_email_address can affect your server list position. |
| 9 | + Values: Comma separated list of email addresses --> |
| 10 | + <owner_email_address></owner_email_address> |
| 11 | + |
7 | 12 | <!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only |
8 | 13 | needed for professional servers and should be left at the default value otherwise. |
9 | 14 | This parameter specifies the IP to use for servers that have multiple IP addresses. If set |
|
44 | 49 | e.g. 88.11.22.33,101.2.3.4 --> |
45 | 50 | <http_dos_exclude></http_dos_exclude> |
46 | 51 |
|
47 | | - <!-- By default, the server will block the use of locally customized gta3.img player skins and vehicles |
| 52 | + <!-- By default, the server will block the use of locally customized gta3.img player skins |
48 | 53 | This setting can be used to allow such mods. Not recommended for competitive servers. |
49 | | - Values: none, peds, vehicles ; default value: none --> |
| 54 | + Values: none, peds ; default value: none --> |
50 | 55 | <allow_gta3_img_mods>none</allow_gta3_img_mods> |
51 | 56 |
|
52 | 57 | <!-- By default, the server will block the use of customized GTA:SA data files. --> |
|
230 | 235 | Login attempts to a protected account from a second serial are blocked until the serial is manually authorized via |
231 | 236 | the authserial command. |
232 | 237 | For more info see: https://mtasa.com/authserial |
| 238 | + Note: Disabling auth_serial_groups can affect your server list position. |
233 | 239 | Values: Comma separated list of ACL groups. Default - Admin --> |
234 | 240 | <auth_serial_groups>Admin</auth_serial_groups> |
235 | 241 |
|
236 | 242 | <!-- This parameter specifies if the authorized serial login checks should also apply to the http interface. |
237 | 243 | Protected account login attempts to the http interface will only succeed if the IP address matches one |
238 | 244 | recently used by the account holder in-game |
239 | 245 | For more info see: https://mtasa.com/authserialhttp |
| 246 | + Note: Disabling auth_serial_http can affect your server list position. |
240 | 247 | Values: 0 - Off, 1 - Enabled. Default - 1 --> |
241 | 248 | <auth_serial_http>1</auth_serial_http> |
242 | 249 |
|
| 250 | + <!-- This parameter specifies which IP addresses should always pass auth_serial_http checks. |
| 251 | + Values: Comma separated list of IP addresses --> |
| 252 | + <auth_serial_http_ip_exceptions>127.0.0.1</auth_serial_http_ip_exceptions> |
| 253 | + |
243 | 254 | <!-- This parameter specifies if extra security measures are applied to resources which use dbConnect with mysql. |
244 | 255 | The extra measures are: |
245 | 256 | - Script files cannot be accessed with fileOpen() |
|
0 commit comments