Update README.md

This commit is contained in:
denisapain 2023-12-02 14:13:49 +02:00 committed by GitHub
parent 33c11cfc38
commit 27573465a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ A simple bypass to use [PrismLauncher](https://prismlauncher.org) without a paid
### Portable Version (AnyOS) ### Portable Version (AnyOS)
Download [this file](https://raw.githubusercontent.com/denisapain/PrismLauncherAccountBypass/main/accounts.json) and put it into your prismlauncher directory! Download [this file](https://raw.githubusercontent.com/denisapain/PrismLauncherAccountBypass/main/accounts.json) and put it into your prismlauncher directory!
### Windows: ### Windows:
``` ```
echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > %appdata%/PrismLauncher/accounts.json echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > %appdata%/PrismLauncher/accounts.json
@ -30,3 +29,18 @@ echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": t
``` ```
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json
``` ```
### Manual Way
Download [this file](https://raw.githubusercontent.com/denisapain/PrismLauncherAccountBypass/main/accounts.json) and put it into the correct directory (listed below)
**Windows: %appdata%/PrismLauncher/**
**macOS: ~/Library/Application Support/PrismLauncher/**
` in macos, show the path bar by pressing the Option key to show it momentarily. copy the directory from the macos section and paste it, then put the accounts.json file in that directory, or you know, use the command above `
**Linux: ~/.local/share/PrismLauncher/**
**Linux (flatpak): ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/**