Skip to content

Commit ab4b0d0

Browse files
authored
Update server.json
1 parent 54ac5b5 commit ab4b0d0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

armar/server.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@
77
"address": "0.0.0.0",
88
"port": 17777
99
},
10+
"rcon": {
11+
"address": "0.0.0.0",
12+
"port": 19999,
13+
"password": "ADMINPASSWORD",
14+
"permission": "monitor",
15+
"blacklist": [],
16+
"whitelist": []
17+
},
1018
"game": {
1119
"name": "SERVERNAME",
1220
"password": "",
1321
"passwordAdmin": "ADMINPASSWORD",
22+
"admins" : [],
1423
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
1524
"maxPlayers": 64,
1625
"visible": true,
17-
"supportedPlatforms": [
18-
"PLATFORM_PC",
19-
"PLATFORM_XBL"
20-
],
2126
"gameProperties": {
2227
"serverMaxViewDistance": 2500,
2328
"serverMinGrassDistance": 100,
@@ -26,7 +31,8 @@
2631
"fastValidation": true,
2732
"battlEye": true,
2833
"VONDisableUI": false,
29-
"VONDisableDirectSpeechUI": false
34+
"VONDisableDirectSpeechUI": false,
35+
"VONCanTransmitCrossFaction": false
3036
},
3137
"mods": []
3238
},

0 commit comments

Comments
 (0)