Minecraft Launcher
This is Only for Java Edition
Prism Launcher
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 an error.
It can be easily bypassed.
Automatic
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.
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"
- Launch Prism Launcher, click on the top right button which displays "No profile (<Offline>)" and you will notice a new offline profile has appeared.
- Click on the Add Offline button, type in your username you want and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.
Manual
Go to PrismLauncher's directory by pressing
Win + R
and then pasting%AppData%/PrismLauncher
.Choose any one of the following options:
Option 1: Download the
accounts.json
file and move it to the folder. (Hint: click onaccounts.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
}
- Launch Prism Launcher, click on the top right button which displays "No profile (<Offline>)" and you will notice a new offline profile has appeared.
- Click on the Add Offline button, type in your username you want and Enjoy playing Minecraft without Mojang or Microsoft accounts, using PrismLauncher or even MultiMC and its forks.