Replies: 2 comments 2 replies
-
If you use the client example code in the readme, you sign-in the same way as in mineflayer/node-minecraft-protocol (the same auth library is used). Once you sign in, your credentials should be cached to your .minecraft folder (~/.minecraft/nmp-cache) so you don't have to sign in. If this is not the case you need to check that the ~/.minecraft folder is writable by the current process. |
Beta Was this translation helpful? Give feedback.
-
I didn't get the password field to work, is there an example for that anywhere or an alternative way? I also wanted to ask if it was possible to use multiple accounts with one js instance. (Aka I just want to have a json file with my logins like mineflayer but for bedrock) |
Beta Was this translation helpful? Give feedback.
-
How do I login to my Microsoft account on Bedrock? I have done that on Java but I can't find any code that allows you to specify your login information without having to login again every time the code is ran.
Beta Was this translation helpful? Give feedback.
All reactions