Files
flayerproxy/config.json
2026-05-20 18:20:59 +02:00

32 lines
557 B
JSON

{
"server": {
"host": "192.168.178.58",
"port": 25565,
"version": "1.21.10"
},
"auth": {
"username": "FlayerBot",
"auth": "microsoft"
},
"proxy": {
"port": 25566,
"onlineMode": true,
"maxClients": 1
},
"sniffer": {
"port": 25567,
"onlineMode": false,
"upstreamAuth": "microsoft",
"logDir": "logs/sniffer",
"includePayload": true
},
"bot": {
"antiAfk": true,
"antiAfkInterval": 30000,
"viewDistance": 10
},
"cache": {
"maxChunks": 1024,
"trackEntities": true
}
}