https://github.com/lottuce-yami/prismahelper
A program designed for Prism Launcher/MultiMC that helps to save important files.
https://github.com/lottuce-yami/prismahelper
multimc prismlauncher
Last synced: 5 months ago
JSON representation
A program designed for Prism Launcher/MultiMC that helps to save important files.
- Host: GitHub
- URL: https://github.com/lottuce-yami/prismahelper
- Owner: lottuce-yami
- License: mit
- Created: 2025-01-17T18:51:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T16:25:21.000Z (5 months ago)
- Last Synced: 2026-01-14T19:51:40.090Z (5 months ago)
- Topics: multimc, prismlauncher
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prismahelper
A program designed for Prism Launcher/MultiMC that helps to save important files. Initially
[a cmd script](https://gist.github.com/lottuce-yami/fb9c81112b2e1d72edd9436628349de3) that moved screenshots to a common
directory - now rewritten in Go to offer portability and advanced features.
## Installation
1. Download a release from the Releases tab.
2. Put the downloaded executable in the launcher root. To find it, open your launcher and click on Folders -> Launcher
Root.
3. Open your launcher's Settings -> Custom Commands and put the downloaded executable filename in the Post-exit command
field.
Now every time you exit your instance, prismahelper will move screenshots from the instance to a common screenshots
directory in the launcher root.
## Configuration
You can use the following command line flags:
`--from {path}` - directory FROM which the files will be moved. Default: `INST_MC_DIR` environment variable.
`--to {path}` - directory TO which the files will be moved. Default: `screenshots` directory beside the executable file.
## Building
Make sure you have Go installed and run `go build`.