Skip to content

Instantly share code, notes, and snippets.

@5HT2
Created May 22, 2020 23:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5HT2/a7ca9da3a2723a105057024030245029 to your computer and use it in GitHub Desktop.
Save 5HT2/a7ca9da3a2723a105057024030245029 to your computer and use it in GitHub Desktop.

Offline MultiMC Instructions

Prerequisites:

Replace /home/user/.local/share/multimc/accounts.json with this

{
    "accounts": [
        {
            "accessToken": "PLEASE.IGNORE.THIS.TOKEN.TESTING.MOD.STUFF",
            "activeProfile": "47f78584c76c419192fd8c943af13054",
            "clientToken": "PLEASE.IGNORE.THIS.TOKEN.TESTING.MOD.STUFF",
            "profiles": [
                {
                    "id": "47f78584c76c419192fd8c943af13054",
                    "legacy": false,
                    "name": "Fji"
                }
            ],
            "user": {
                "id": "aa1ef1a0330b349ddc187da1237e49cf"
            },
            "username": "47f78584c76c419192fd8c943af13054@kamiblue.org"
        }

    ],
    "activeAccount": "47f78584c76c419192fd8c943af13054@kamiblue.org",
    "formatVersion": 2
}

Replace 47f78584c76c419192fd8c943af13054 with your UUID and Fji with your username

Now once saved, open MultiMC and hit "Launch Offline" and then hit ok, and Minecraft will launch logged into this account. Keep in mind, Multi Player won't work.

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