Update README.md
This commit is contained in:
parent
46a608d037
commit
1e9fda1630
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
@ -1,2 +1,27 @@
|
|||
# PrismLauncherAccountBypass
|
||||
Very short command to make a "default" offline account so you don't have to buy minecraft :D
|
||||
Short command to make a "default" offline account so you don't have to buy minecraft on [prismlauncher](https://prismlauncher.org) :D
|
||||
|
||||
|
||||
|
||||
### Windows:
|
||||
```
|
||||
echo {"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3} > %appdata%/PrismLauncher/accounts.json
|
||||
```
|
||||
|
||||
|
||||
### macOS:
|
||||
```
|
||||
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/Library/Application\ Support/PrismLauncher/accounts.json
|
||||
```
|
||||
|
||||
|
||||
### Linux:
|
||||
```
|
||||
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.local/share/PrismLauncher/accounts.json
|
||||
```
|
||||
|
||||
|
||||
### Linux (Flatpak):
|
||||
```
|
||||
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue