2015-11-02 04:56:08 +00:00
|
|
|
{
|
2015-11-02 05:21:42 +00:00
|
|
|
"servers": [
|
2015-11-02 04:56:08 +00:00
|
|
|
{
|
|
|
|
"name": "Hypixel",
|
|
|
|
"ip": "mc.hypixel.net",
|
|
|
|
"type": "PC"
|
|
|
|
},
|
|
|
|
{
|
2015-11-02 05:21:42 +00:00
|
|
|
"name": "Mineplex",
|
2015-11-02 04:56:08 +00:00
|
|
|
"ip": "us.mineplex.com",
|
|
|
|
"type": "PC"
|
|
|
|
},
|
|
|
|
{
|
2015-11-02 05:21:42 +00:00
|
|
|
"name": "Overcast",
|
2015-11-02 04:56:08 +00:00
|
|
|
"ip": "us.oc.tc",
|
|
|
|
"type": "PC"
|
2015-11-02 06:57:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hypixel PE",
|
|
|
|
"ip": "pe.hypixel.net",
|
|
|
|
"type": "PE"
|
2015-11-02 04:56:08 +00:00
|
|
|
}
|
|
|
|
],
|
2015-11-02 05:19:27 +00:00
|
|
|
"routes": {
|
|
|
|
"/": "assets/html/index.html",
|
|
|
|
"/images/compass.png": "assets/images/compass.png",
|
|
|
|
"/js/site.js": "assets/js/site.js",
|
|
|
|
"/css/main.css": "assets/css/main.css"
|
2015-11-02 05:21:42 +00:00
|
|
|
},
|
|
|
|
"site": {
|
|
|
|
"port": 80,
|
|
|
|
"ip": "0.0.0.0"
|
2015-11-02 04:56:08 +00:00
|
|
|
}
|
|
|
|
}
|