This commit is contained in:
sebseb7
2026-05-20 18:20:59 +02:00
commit db2edb66ff
46 changed files with 7296 additions and 0 deletions

32
config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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
}
}