PrismarineJS / mineflayer-navigate

mineflayer plugin which gives bots a high level 3d navigating API using A*
59 stars 22 forks source link

Bot times out after 15 seconds #33

Open Bayside308 opened 6 years ago

Bayside308 commented 6 years ago

When I run the default script (+ server information), the bot will join the server. When I say "come" in chat, the bot does not respond. It stands still for 15 seconds, then disconnects (reason in server console is "Timed out"). The script continues to work/doesn't close, and gives no errors.

I have tried this on 2 different servers, one through bungeecord, the other a standalone vanilla server (cracked).

rom1504 commented 6 years ago

How far are you from the bot ?

On Tue, Jun 12, 2018, 01:52 Bayside308 notifications@github.com wrote:

When I run the default script (+ server information), the bot will join the server. When I say "come" in chat, the bot does not respond. It stands still for 15 seconds, then disconnects (reason in server console is "Timed out"). The script continues to work/doesn't close, and gives no errors.

I have tried this on 2 different servers, one through bungeecord, the other a standalone vanilla server (cracked).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PrismarineJS/mineflayer-navigate/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPN_hQENtiDoEM5eM1jkhnIUtwZxCDOks5t7wKmgaJpZM4UjkXk .

Bayside308 commented 6 years ago

I've tried everywhere from 2 to ~20 blocks away. However, I think that it is a mineflayer issue because it happens without using the navigate plugin. Should I move the issue over there?