Skip to content

Instantly share code, notes, and snippets.

@NikSneMC
Last active March 6, 2026 02:28
Show Gist options
  • Select an option

  • Save NikSneMC/460c92a1cb4891402f136f96b283b093 to your computer and use it in GitHub Desktop.

Select an option

Save NikSneMC/460c92a1cb4891402f136f96b283b093 to your computer and use it in GitHub Desktop.
Allow usage of MultiMC-based launchers without Microsoft account

Allow usage of MultiMC-based launchers without Microsoft account

Warning

I don't recommend using this. Please, use Microsoft account to play Minecraft!

How to use this json:

  1. Install any MultiMC-based launcher (e.g. Prism Launcher)
  2. Launch it
  3. Open the launcher root folder
  4. Close it
  5. Create the file named accounts.json into the launcher root folder with the following JSON and save it.
Click to expand
{
    "accounts": [
        {
            "profile": {
                "capes": [
                ],
                "id": "00000000000000000000000000000000",
                "name": "changeme",
                "skin": {
                    "id": "",
                    "url": "",
                    "variant": ""
                }
            },
            "type": "Offline",
            "ygg": {
                "extra": {
                    "clientToken": "00000000000000000000000000000000",
                    "userName": "changeme"
                },
                "iat": 1000000000,
                "token": "0"
            }
        }
    ],
    "formatVersion": 3
}
  1. Save and close the file
  2. Open the launcher
  3. Add your account to the launcher!

Please, use Microsoft account if you can.

Cheers!

@NB6024
Copy link

NB6024 commented Mar 6, 2026

this doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment