Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anti-Bot Fall Check #3323

Open
1 task
obseletecode72 opened this issue Mar 4, 2024 · 0 comments
Open
1 task

Anti-Bot Fall Check #3323

obseletecode72 opened this issue Mar 4, 2024 · 0 comments
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f

Comments

@obseletecode72
Copy link

obseletecode72 commented Mar 4, 2024

  • The FAQ doesn't contain a resolution to my issue

Versions

  • mineflayer: latest
  • server: paper 1.20.4
  • node: latest stable

Detailed description of a problem

A clear and concise description of what the problem is, with as much context as possible.
What are you building? What problem are you trying to solve?

I try to connect in the server it starts a verification that the player starts falling in a abyss and happens that error

What did you try yet?

Did you try any method from the API? No ( dont have Idea what i can do about this )
Did you try any example? Any error from those? No, only connecting you can get an error of chunks

RangeError [ERR_OUT_OF_RANGE]: The value of "sourceStart" is out of range. It must be >= 0 && <= 256. Received 8192
    at new NodeError (node:internal/errors:406:5)
    at _copy (node:buffer:226:13)
    at Buffer.copy (node:buffer:817:12)
    at Chunk.load (C:\Users\Administrator\Desktop\mine\node_modules\prismarine-chunk\src\pc\1.8\chunk.js:205:31)
    at addColumn (C:\Users\Administrator\Desktop\mine\node_modules\mineflayer\lib\plugins\blocks.js:57:14)
    at Client.<anonymous> (C:\Users\Administrator\Desktop\mine\node_modules\mineflayer\lib\plugins\blocks.js:296:5)
    at Client.emit (node:events:514:28)
    at emitPacket (C:\Users\Administrator\Desktop\mine\node_modules\minecraft-protocol\src\client.js:83:12)
    at FullPacketParser.<anonymous> (C:\Users\Administrator\Desktop\mine\node_modules\minecraft-protocol\src\client.js:112:9)
    at FullPacketParser.emit (node:events:514:28) {
  code: 'ERR_OUT_OF_RANGE'
}```

## Expected behavior
Connect in the server bypassing this verification and bot dont disconnect

## Additional context
The bot cant connect again, only If I restart the whole program

What can i try to bypass it?
@obseletecode72 obseletecode72 added possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Projects
None yet
Development

No branches or pull requests

1 participant