From 27573465a52ed452fb848ea3168e589e3972f5f7 Mon Sep 17 00:00:00 2001 From: denisapain <126583428+denisapain@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:13:49 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d1a6c..5674b8f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ A simple bypass to use [PrismLauncher](https://prismlauncher.org) without a paid ### Portable Version (AnyOS) Download [this file](https://raw.githubusercontent.com/denisapain/PrismLauncherAccountBypass/main/accounts.json) and put it into your prismlauncher directory! - ### Windows: ``` 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 ``` + +### 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/**