Emibergo02
Emibergo02
@Herklos ...... ows Kits\10\\include\10.0.22000.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" /Tclibindicators/tiamalgamation.c /Fobuild\temp.win-amd64-cpython-310\Release\libindicators/tiamalgamation.obj tiamalgamation.c libindicators/tiamalgamation.c(4431): error C2057: expected constant expression libindicators/tiamalgamation.c(4431): error C2466: cannot allocate an array of constant size 0 libindicators/tiamalgamation.c(4431): warning...
@astei this is crucial. fixes a huge vunerability
Very good. Do you have an ETA?
bot.supportFeature('resourcePackUsesUUID') was the problem it returns false but should be true actually . i fixed the issue by using minecraft-protocol instead of acceptResourcePack() ``` bot._client.write('resource_pack_receive', { uuid: uuid, result: 0...
Can you open a PR to fix it, please? I don't know how to fix that :( right now I'm using ViaBackwards with mineflayer `4.17.0` because `4.18.0+` acceptResourcepacks() doesn't work...
Still unusable until you pull https://github.com/PrismarineJS/node-minecraft-protocol/commit/ccab9fb39681f3ebe0d264e2a3f833aa3c5a1ac7 into mineflayer... Can't give you more information if I can't print disconnect messages...
```js const {createBot} = require('mineflayer'); let bot = createBot({ host: 'hidden', port: 25565, username: 'gglglgll', viewDistance: 'tiny', keepAlive: true, version: '1.20.4', checkTimeoutInterval: 30000, }); bot.on("end", (reason) => { console.log("Bot "...