-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
33 lines (33 loc) · 988 Bytes
/
config.json
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
{
"features": {
"udp": true,
"cors": true
},
"info": {
"messageSrv": "Server Message",
"serverName": "Server Name",
"country": "US",
"adminList": "[Can, Be, Array]",
"bannerUrl": null,
"discordUrl": null,
"facebookUrl": null,
"homePageUrl": null,
"allowedCountries": "",
"maxOnlinePlayers": 100,
"newsUrl": null,
"ownerList": "[Can, Be, Array]",
"timezone": "0",
"activatedHolidaySceneryGroups": [
"SCENERY_GROUP_CHRISTMAS",
"SCENERY_GROUP_NEWYEARS",
"SCENERY_GROUP_OKTOBERFEST",
"SCENERY_GROUP_HALLOWEEN"
],
"disactivatedHolidaySceneryGroups": [
"SCENERY_GROUP_CHRISTMAS_DISABLE",
"SCENERY_GROUP_NEWYEARS_DISABLE",
"SCENERY_GROUP_HALLOWEEN_DISABLE",
"SCENERY_GROUP_OKTOBERFEST_DISABLE"
]
}
}