Prism4Free

~Pancakes and DomHeadroom~

PrismLauncher does not allow you to create an offline account without having a Mojang / Microsoft account. If you click the "Add Offline" button, you will be presented with this error.
Error - You must add a Microsoft or Mojang account that owns Minecraft before adding an offline account. If you lost your account, contact Microsoft for support.

It can be easily bypassed.

Please close PrismLauncher before starting. If it's open, please close it. You will need to (re)open it only in the end.

Automatic Installation

Windows

  1. Press the Windows key and choose any one of the following options:
  • Option 1: Search for CMD and Run as administrator.
  • Option 2: Search for Terminal and Run as administrator and then change it from Powershell to Command Prompt.
  1. Then paste the following:
    echo {"accounts":[{"active":true,"entitlement":{"canPlayMinecraft":true,"ownsMinecraft":true},"profile":{"capes":[],"id":"0","name":"","skin":{"id":"","url":"","variant":""}},"type":"Offline","ygg":{"extra":{"clientToken":"0","userName":""},"iat":0,"token":"0"}}],"formatVersion":3} > "%appdata%/PrismLauncher/accounts.json"
    
  2. Launch Prism Launcher, and you will notice a new offline profile appear.
    PrismLauncher Account Settings
  3. You can now Add Offline accounts and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.

Linux

  1. Open the terminal and paste the following
  • If you are using the AppImage or the Native.
    echo '{"accounts":[{"active":true,"entitlement":{"canPlayMinecraft":true,"ownsMinecraft":true},"profile":{"capes":[],"id":"0","name":"","skin":{"id":"","url":"","variant":""}},"type":"Offline","ygg":{"extra":{"clientToken":"0","userName":""},"iat":0,"token":"0"}}],"formatVersion":3}' > ~/.local/share/PrismLauncher/accounts.json
    
  • If you are using the Flatpak version.
    echo '{"accounts":[{"active":true,"entitlement":{"canPlayMinecraft":true,"ownsMinecraft":true},"profile":{"capes":[],"id":"0","name":"","skin":{"id":"","url":"","variant":""}},"type":"Offline","ygg":{"extra":{"clientToken":"0","userName":""},"iat":0,"token":"0"}}],"formatVersion":3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json
    
  1. Launch Prism Launcher, and you will notice a new offline profile appear.
    PrismLauncher Account Settings
  2. You can now Add Offline accounts and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.

Manual Installation

Windows

  1. Go to PrismLauncher's directory by pressing Win + R and then pasting %AppData%/PrismLauncher.
    PrismLauncher Directory
  2. Choose any one of the following options:
  • Option 1: Download the accounts.json file and move it to the folder. (Hint: click on accounts.json to download the file (⌒‿⌒) )
  • Option 2: Create a new file named accounts.json in the PrismLauncher folder and open it with your preferred text editor. Paste the following line into the file and save it.:
    {
        "accounts": [
            {
                "active": true,
                "entitlement": {
                    "canPlayMinecraft": true,
                    "ownsMinecraft": true
                },
                "profile": {
                    "capes": [
                    ],
                    "id": "0",
                    "name": "",
                    "skin": {
                        "id": "",
                        "url": "",
                        "variant": ""
                    }
                },
                "type": "Offline",
                "ygg": {
                    "extra": {
                        "clientToken": "0",
                        "userName": ""
                    },
                    "iat": 0,
                    "token": "0"
                }
            }
        ],
        "formatVersion": 3
    }
    

accounts.json is created
accounts.json on NotePad

  1. Launch Prism Launcher, and you will notice a new offline profile appear.
    PrismLauncher Account Settings
  2. You can now Add Offline accounts and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.

Linux

Make sure to check show hidden files inside your file manager settings

  1. Go to PrismLauncher's directory
    ~/.local/share/PrismLauncher if you are using the AppImage or the Native or
    ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher if you are using the Flatpak version.
    PrismLauncher Directory Flatpak
  2. Choose any one of the following options:
  • Option 1: Download the accounts.json file and move it to the folder. (Hint: click on accounts.json to download the file (⌒‿⌒) )
  • Option 2: Create a new file named accounts.json in the PrismLauncher folder and open it with your preferred text editor. Paste the following line into the file and save it:
    {
        "accounts": [
            {
                "active": true,
                "entitlement": {
                    "canPlayMinecraft": true,
                    "ownsMinecraft": true
                },
                "profile": {
                    "capes": [
                    ],
                    "id": "0",
                    "name": "",
                    "skin": {
                        "id": "",
                        "url": "",
                        "variant": ""
                    }
                },
                "type": "Offline",
                "ygg": {
                    "extra": {
                        "clientToken": "0",
                        "userName": ""
                    },
                    "iat": 0,
                    "token": "0"
                }
            }
        ],
        "formatVersion": 3
    }
    

accounts.json is created
accounts.json on KWrite

  1. Launch Prism Launcher, and you will notice a new offline profile appear.
    PrismLauncher Account Settings
  2. You can now Add Offline accounts and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.
Edit
Pub: 20 May 2023 08:36 UTC
Edit: 26 Mar 2024 11:53 UTC
Views: 9309