PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.77k stars 873 forks source link

Bot speeds up/slows down the game #3252

Open mikeshadow1452 opened 6 months ago

mikeshadow1452 commented 6 months ago

Versions

Detailed description of a problem

The bot simply enters commands into the chat, parses the chat, and with another command is transferred to another server (presumably the server uses BungeeCord/velocity for this) Server Anti-Cheat bans my bots. I contacted the server administration, they said that bots are banned for timer cheat, i.e. bots speed up/slow down the game

What did you try yet?

I tried changing the delays from setTimeout to bot.waitForTicks, but that didn't help at all. Bot # I apologize for my English, I write with the help of a translator

extremeheat commented 6 months ago

Dupe #2241

mikeshadow1452 commented 6 months ago

I ask to re-label the issue as open because #2241 described a problem when moving and it has been fixed. My bot is not moving at all, which could be understood from my issue.