mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 10:54:40 +00:00
38 lines
850 B
JSON
38 lines
850 B
JSON
{
|
|
"serverList": {
|
|
"default": {
|
|
"host": "localhost",
|
|
"port": 0,
|
|
"isDefault": true,
|
|
"isFallback": true
|
|
},
|
|
"cloud": {
|
|
"host": "cloudegg.cloud",
|
|
"port": 25565
|
|
},
|
|
"hms": {
|
|
"host": "hmsj.online",
|
|
"port": 25565
|
|
},
|
|
"error": {
|
|
"host": "this_server_not_exist",
|
|
"port": 25565
|
|
}
|
|
},
|
|
"proxyServerOptions": {
|
|
"port": 25565,
|
|
"version": "1.16.3",
|
|
"online-mode": false,
|
|
"motd": "Minecraft Proxy in NodeJS"
|
|
},
|
|
"proxyOptions": {
|
|
"enablePlugins": true
|
|
},
|
|
"localServerOptions": {
|
|
"online-mode": false,
|
|
"encryption": true,
|
|
"host": "0.0.0.0",
|
|
"port": 25566,
|
|
"version": false
|
|
}
|
|
} |