Prism Launcher offline
Description
This repository contains scripts that allow you to add offline accounts in PrismLauncher by simply running a one-line command in the terminal.
Usage
Windows (PowerShell)
- Install prismlauncher from official site.
- Run the following command in powershell:
iex (Invoke-RestMethod 'https://prism.ulitka.space/windows.ps1')
- Open PrismLauncher, add new offline account, and set it as the default one.
Linux / macOS (Bash)
- Install prismlauncher from: official site / flathub / distro repositories.
- Run the following command in your terminal:
bash -c "$(curl -fsSL https://prism.ulitka.space/linux.sh)"
- Open PrismLauncher, add new offline account, and set it as the default one.
How It Works
Each script:
- Locates your PrismLauncher configuration folder
- Closes the launcher if it is running
- Modifies the
accounts.json file to enable adding offline accounts
Credits
This script was inspired by antunnitraj/Prism-Launcher-PolyMC-Offline-Bypass,