forked from GDColon/GDBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
servers.json
45 lines (44 loc) · 1.36 KB
/
servers.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
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"name": "Geometry Dash",
"link": "https://store.steampowered.com/app/322170/Geometry_Dash/",
"author": "RobTop",
"authorLink": "https://www.youtube.com/channel/UCz_yk8mDSAnxJq0ar66L4sw",
"id": "",
"endpoint": "http://www.boomlings.com/database/",
"timestampSuffix": " ago",
"demonList": "https://pointercrate.com/",
"downloadsDisabled": true,
"pinned": true
},
{
"name": "2.2 Unlocked",
"link": "https://smjs.eu/gd/unlock/database/dashboard/",
"author": "SMJS",
"authorLink": "https://www.youtube.com/channel/UClXb1w9vSL3Z0V-mUbudOnw",
"id": "22unlocked",
"endpoint": "http://smjs.eu/gd/unlock/database/",
"disabled": ["gauntlets", "mappacks", "daily", "weekly"],
"substitutions": {
"levelID": "oereoIE",
"accountID": "BddpvouKE",
"targetAccountID": "targetBddpvouKE"
}
},
{
"name": "1.9 GDPS",
"link": "https://absolllute.com/gdps/",
"author": "Absolute",
"authorLink": "https://www.youtube.com/channel/UCpdDW0ZdzoRzioT4eTfn-yw",
"id": "19gdps",
"endpoint": "http://absolllute.com/gdps/gdapi/",
"onePointNine": true,
"weeklyLeaderboard": true,
"demonList": "https://pointercrate.xyze.dev/",
"overrides": {
"getGJMapPacks21": "getGJMapPacks",
"getGJScores20": "getGJScores",
"getGJComments21": "getGJComments"
}
}
]