I am developing a mod for Minecraft Fabric 1.16.5 and I need to log into servers. However, I cannot authenticate and log into my account. My account has been migrated, meaning it is a Microsoft account.
What I've tried:
--username [email protected] --password Password1
(as well as [email protected] --password=Password
, this variation had the same result) (those aren't my actual credentials). This didn't work and had the same result as if I hadn't put those arguments there in the first place.Any help would be greatly appreciated.
The first method (AuthMe) was fixed in version 2.0.0: https://github.com/axieum/authme/releases
To authenticate, install the mod and place it inside the mods
directory of the run instance. Next, in the multiplayer screen, click the authenticate button at the top left, select Microsoft, and log in.
This will allow you to connect to servers from inside a development environment.