forked from SandPoot/ss13rp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
36 lines (35 loc) · 2.67 KB
/
config.py
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
servers = {
"Goonstation #5": ["Goonstation #5", "goonhub", "goon2.goonhub.com", 26500, "fetch"],
"Goonstation #4": ["Goonstation #4", "goonhub", "goon2.goonhub.com", 26400, "fetch"],
"Goonstation #3": ["Goonstation #3", "goonhub", "goon2.goonhub.com", 26300, "fetch"],
"Goonstation #2": ["Goonstation #2", "goonhub", "goon2.goonhub.com", 26200, "fetch"],
"Goonstation RP #1": ["Goonstation RP #1", "goonhub", "goon1.goonhub.com", 26100, "fetch"],
"Yogstation 13": ["Yogstation 13", "yogstation", "game.yogstation.net", 4133, "fetch"],
"BeeStation": ["BeeStation", "beestation", "http://beestation13.com/api/stats", 80, "http"],
"Oracle Station | Medium RP": ["Oracle Station", "oraclestation"], #"byond.oraclestation.com", 5000
"Hippie Station": ["Hippie Station", "hippiestation", "hippiestation.com", 9999, "fetch"],
"/tg/Station Bagil": ["Bagil Station", "tgstation", "bagil.tgstation13.org", 2337, "fetch"],
"/tg/Station Sybil": ["Sybil Station", "tgstation", "sybil.tgstation13.org", 1337, "fetch"],
"/tg/Station Terry": ["Terry Station", "tgstation", "terry.tgstation13.org", 3337, "fetch"],
"TerraGov Marine Corps": ["TGMC", "tgmc", "tgmc.tgstation13.org", 5337, "fetch"],
"Persistence Station 13": ["Persistence Station", "persistence"],
"Baystation 12": ["Baystation 12", "bs12", "play.baystation12.net", 8000, "fetch"],
"FTL13": ["FTL13", "ftl13", "stable.ftl13.com", 7777, "fetch"],
"Tool Box Station": ["Toolbox Station", "toolbox"],
"StarTrek13": ["Star Trek 13", "startrek"],
"Polaris Station 13": ["Polaris Station", "polaris"],
"Paradise Station 13": ["Paradise Station", "paradise", "byond.nanotrasen.se", 6666, "fetch"],
"Aurora Station": ["Aurora Station", "ss13"],
"VOREStation": ["VOREStation", "citadel", "citadel-station.net", 44150, "fetch"],
"Citadel Station": ["Citadel Station", "citadel", "citadel-station.net", 44130, "fetch"],
"CM-SS13": ["Colonial Marines", "cm", "play.cm-ss13.com", 1400, "fetch"],
"T.E. station, 18+": ["Transcendent Enemy", "citadel", "102.165.212.119", 3260, "fetch"],
"(MRP-HRP) Sandstorm Station 13": ["Sandstorm Station 13", "sandstorm", "51.81.48.185", 8100, "fetch"],
"S.P.L.U.R.T. Station 13": ["S.P.L.U.R.T. Station 13", "splurt", "splurtstation.sytes.net", 42069, "fetch"],
"Hyper Station 13": ["Hyper Station 13", "hyper", "172.93.98.2", 8058, "fetch"],
"Nostra-13": ["Nostra-13", "nostra", "31.135.174.235", 1337, "fetch"],
"Nebula 13 Brasil": ["Nebula Station 13", "nebula", "20.206.65.244", 2030, "fetch"],
"ss13": ["Unknown Server", "ss13"]
}
# formula: "Server Name": ["Big text name", "icon", "ip", port]
client_id = "934953858231332914"