-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapi.json
More file actions
39 lines (39 loc) · 851 Bytes
/
Copy pathapi.json
File metadata and controls
39 lines (39 loc) · 851 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
{
"Urls": "http://0.0.0.0:23280",
"Status": {
"MinimumAppVersion": "1.37.0",
"ServerDisplayName": "My BeatTogether Server",
"ServerDescription": "My Cross Platform Custom Song Multiplayer Server",
"ServerImageUrl": "",
"ServerSupportsPPModifiers": true,
"ServerSupportsPPDifficulties": true,
"RequiredMods": [
{
"id": "MultiplayerCore",
"version": "1.5.1"
},
{
"id": "BeatTogether",
"version": "2.0.0"
},
{
"id": "BeatSaberPlus_SongOverlay",
"version": "4.6.1"
},
{
"id": "EditorEX",
"version": "1.2.0"
},
{
"id": "LeaderboardCore",
"version": "1.2.2"
}
]
},
"Serilog": {
"File": {
"FileSizeLimitBytes": "33554432",
"RetainedFileCountLimit": 8
}
}
}