forked from laverdet/screeps-steamless-client
-
Notifications
You must be signed in to change notification settings - Fork 5
/
server_list.json
56 lines (56 loc) · 1.33 KB
/
server_list.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
46
47
48
49
50
51
52
53
54
55
56
[
{
"type": "official",
"name": "Official Server",
"url": "https://screeps.com",
"subdomain": "mmo"
},
{
"type": "community",
"name": "ScreepsPlus",
"url": "http://server0.screepspl.us:21025",
"subdomain": "splus"
},
{
"type": "community",
"name": "Newbie Land",
"url": "http://screeps.cernode.com:21025",
"subdomain": "newbieland"
},
{
"type": "community",
"name": "Screeps Sandbox",
"url": "http://jayseegames.com:21025",
"subdomain": "jayseegames"
},
{
"type": "community",
"name": "Channel3",
"url": "http://screeps.ch3.network:21025",
"subdomain": "ch3"
},
{
"type": "community",
"name": "Go Horse Brazilian",
"url": "http://screeps.gohorse.dev:21025",
"subdomain": "gohorse"
},
{
"type": "events",
"name": "Botarena",
"url": "http://botarena.screepspl.us:21025",
"subdomain": "botarena"
},
{
"type": "events",
"name": "SWC",
"url": "http://swc.screepspl.us:21025",
"subdomain": "swc"
},
{
"type": "private",
"name": "Local Server",
"url": "http://localhost:21025",
"subdomain": "private"
}
]