Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
359 stars 82 forks source link

Microsoft authentification #74

Closed luuxis closed 3 years ago

luuxis commented 3 years ago

hello I created a Minecraft launcher from a library based on Minecraft launcher core (I am now at the Microsoft authentication part)

I would like to know do you have a discord server so that one can help me to set up the Microsoft authentication part

Matix-Media commented 3 years ago

Hi, @luuxis , Microsoft Authentication itself is not integrated into mclc. However, you can use a 3rd party library like msmc to authenticate using Microsoft. For further questions, visit the discord at https://discord.gg/DPXU6kKDUA

luuxis commented 3 years ago

thank you

FieryMewtwo commented 2 years ago

Hi, I'm very new to Java and am unsure how to use msmc with mclc. It has code, but doesn't tell anything about where it needs to go in the repo.

Pierce01 commented 2 years ago

Look at MSMC’s repo.

Matix-Media commented 2 years ago

Hi, I'm very new to Java and am unsure how to use msmc with mclc. It has code, but doesn't tell anything about where it needs to go in the repo.

Hi, this is not a java project. This library (and msmc) is written in JavaScript and is therefore not compatible with java.