-
-
Notifications
You must be signed in to change notification settings - Fork 961
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
Full tutorial on how to install #558
Comments
run |
ok thx I will try now! |
It says stuff about URSA where can I get it @plexigras |
it just joins and when I chat it does nothing then it leaves |
URSA is an optional dependency, you can safely ignore this issue. Mineflayer is a library. You need to write scripts that use it. https://github.com/PrismarineJS/mineflayer/blob/master/examples/echo.js this is the script plexigras is making you run. All it does is connect, and repeat everything you say. If it isn't working, you need to tell us what server you're using it with (address or software + version used) |
127.0.0.1 50324 (lan) mc 1.11.2 |
Do you know how I can install URSA because npm install ursa gives lots of errors |
And what node.js version is recommended for MineFlayer? |
put "version":"1.12" in the options in echo.js |
@rom1504 he's using mc 1.11.2. He needs to put @SuperOP535 You should at least use last nodejs LTS (currently 6.11) URSA doesn't work on windows (well, it does, but it's a real pain in the ass to install). You don't really need it, so you probably shouldn't bother with it. It just makes auth faster, which is mostly useful for servers. Mineflayer being for writing clients, it's not too useful. |
@roblabla oh yes indeed. Autoversion being broken and all... |
If it's 1.11.2, you need to write 1.11.2
…On Mon, Jul 10, 2017, 17:41 SuperOP535 ***@***.***> wrote:
[image: bild]
<https://user-images.githubusercontent.com/27556391/28026611-ea4cc726-6596-11e7-8b5b-ab3b0f087e7d.png>
Is this the right place to have the folder in?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#558 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPN_l3c6sVRWw6EVG1zp09BWOYWR4cuks5sMkYQgaJpZM4OSz9d>
.
|
Ok but is that right place for the folder |
No, you don't need to globally install mineflayer. |
I did cd to the folder and then the command you sent but it spammed me errors |
I finally got it to work, the problem was that I had 3 node_modules folders but now I found the right one and the modifications save. thx for helping |
I cannot find any good tutorials on how to Install/Run MineFlayer I've installed Nodejs v8.1.3 and I ran npm install mineflayer... but what now?? os: windows 10
The text was updated successfully, but these errors were encountered: