Minetrack/config.json
2015-11-01 22:56:08 -06:00

33 lines
447 B
JSON

{
"networks": [
{
"name": "Hypixel",
"ip": "mc.hypixel.net",
"type": "PC"
},
{
"name": "Mineplex: US",
"ip": "us.mineplex.com",
"type": "PC"
},
{
"name": "Mineplex: EU",
"ip": "eu.mineplex.com",
"type": "PC"
},
{
"name": "Overcast: US",
"ip": "us.oc.tc",
"type": "PC"
},
{
"name": "Overcast: EU",
"ip": "eu.oc.tc",
"type": "PC"
}
],
"site": {
"port": 80,
"ip": "0.0.0.0"
}
}