Efficient Multiple Bots? #1950
Unanswered
anarchy1337x
asked this question in
Q&A
Replies: 2 comments
-
Could you share the exact code you're running ?
…On Mon, May 31, 2021, 17:30 anarchy ***@***.***> wrote:
I've been working with the mineflayer api for about 2 days or so, and i
really like it. It's exactly what i need to perform the stuff i do.
One issue is multiple accounts, i've looked at "multiple.js" and the
pathfinding "multiple.js" and none of them seem to work.
The threads seem to spin up, but just exit once done.
I've already configured the server ip etc, but none seem to work
Has anyone got any referenced on how to do this?
What i'm trying to do is:
- Spin up multiple bots
- Control all the bots at once / or control one bot at a time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1950>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR437TAAVFUGAR6U7LEFHDTQOTR3ANCNFSM453DAQ7Q>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think using child-process might be a good idea for it, try look at my code https://github.com/Hazuki-san/HoapBot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working with the mineflayer api for about 2 days or so, and i really like it. It's exactly what i need to perform the stuff i do.
One issue is multiple accounts, i've looked at "multiple.js" and the pathfinding "multiple.js" and none of them seem to work.
The threads seem to spin up, but just exit once done.
I've already configured the server ip etc, but none seem to work
Has anyone got any referenced on how to do this?
What i'm trying to do is:
Beta Was this translation helpful? Give feedback.
All reactions