You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within 10 minutes of being on the server, the bot suddenly starts moving faster than usual. This problem does not occur every time. To fix the problem, we need to re-enter the server (bot.quit() and then mineflayer.createBot(options)).
An example of the bot's behavior is shown in the video at the link https://youtu.be/j0Rs2k_hcqg.
What did you try yet?
I checked for any acceleration effects. There is nothing like that.
if(message==='-physics'){console.log(this.bot.physics)}if(message==='-come'){if(this.username=="_Korz_work2"){if(!target){this.bot.chat('I don\'t see you !')return}constp=target.positionthis.bot.pathfinder.setMovements(this.defaultMove)this.bot.pathfinder.setGoal(newGoalNear(p.x,p.y,p.z,1))}}
Expected behavior
The bot will move at normal speed.
Additional context
After entering "-physics" into the chat, the bot returned the following.
The values are no different from those that the bot produces in a normal state without acceleration.
While I was writing this post I had this problem again.
The video shows that walking and jumping are faster, but digging blocks is not https://youtu.be/jimlzVZWvH0
Versions
Detailed description of a problem
Within 10 minutes of being on the server, the bot suddenly starts moving faster than usual. This problem does not occur every time. To fix the problem, we need to re-enter the server (bot.quit() and then mineflayer.createBot(options)).
An example of the bot's behavior is shown in the video at the link https://youtu.be/j0Rs2k_hcqg.
What did you try yet?
I checked for any acceleration effects. There is nothing like that.
Your current code
movement function
part of bot.on('chat') processing
Expected behavior
The bot will move at normal speed.
Additional context
After entering "-physics" into the chat, the bot returned the following.
The values are no different from those that the bot produces in a normal state without acceleration.
I also noticed that the jumps happen at an increased speed. It feels like time is sped up 5 times for the bot.
The text was updated successfully, but these errors were encountered: