-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDedicatedServerConfig.json
More file actions
44 lines (44 loc) · 961 Bytes
/
Copy pathDedicatedServerConfig.json
File metadata and controls
44 lines (44 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"MissionDirectory": "/home/container/missions/",
"ModdedServer": false,
"ServerName": "Nuclear Option Server",
"Port": {
"IsOverride": false,
"Value": 0
},
"QueryPort": {
"IsOverride": false,
"Value": 0
},
"Password": "",
"MaxPlayers": 16,
"NoPlayerStopTime": 30.0,
"BanListPaths": [
"./banlist1.txt",
"./banlist2.txt"
],
"RotationType": 0,
"MissionRotation": [
{
"Key": {
"Group": "BuiltIn",
"Name": "Escalation"
},
"MaxTime": 7200.0
},
{
"Key": {
"Group": "BuiltIn",
"Name": "Terminal Control"
},
"MaxTime": 7200.0
},
{
"Key": {
"Group": "User",
"Name": "Custom Mission"
},
"MaxTime": 7200.0
}
]
}