Fork of PollyMC to add custom login support
Go to file
kumquat-ir 7896dd19c1 nilmods instance page
mostly copied from the coremod page impl

Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
2023-02-11 17:46:17 -05:00
.github Merge pull request #831 from PrismLauncher/renovate/cachix-install-nix-action-19.x 2023-02-11 16:47:30 +01:00
buildconfig fix: check if GIT_REFSPEC is empty 2022-12-23 20:50:08 -05:00
cmake fix(style): convert tabs to spaces 2022-10-29 00:01:22 +08:00
flatpak fix(flatpak): enable builddir 2023-01-12 10:08:52 -05:00
launcher nilmods instance page 2023-02-11 17:46:17 -05:00
libraries fix: update cmark to fix a CVE 2023-01-24 15:05:13 +01:00
nix fix(nix): add cmark dependency 2023-01-12 10:08:52 -05:00
program_info Fix 2022-12-26 20:09:47 +01:00
snap fix: add missing newline 2022-11-05 11:09:35 +01:00
tests Merge pull request #751 from Edgars-Cirulis/develop 2023-02-05 17:48:26 +01:00
.clang-format fix indent width 2022-05-25 14:21:09 +08:00
.gitattributes NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
.gitignore fix: add missing newline 2022-11-05 11:09:35 +01:00
.gitmodules refactor: support system and bundled cmark 2023-01-12 10:08:52 -05:00
.markdownlint.yaml feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
.markdownlintignore feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
BUILD.md Updated HTML tags to Markdown 2022-10-18 16:04:28 +02:00
CMakeLists.txt fix: Undo zlibs file rename when using bundled zlib 2023-01-23 22:36:26 +00:00
CODE_OF_CONDUCT.md refactor: initial rebrand 2022-10-18 09:37:59 +02:00
CONTRIBUTING.md chore(markdown): MD032 Lists should be surrounded by blank lines 2022-08-06 13:00:56 +05:30
COPYING.md We're in 2023 :) 2023-01-14 17:55:56 +02:00
default.nix nix: fix nix-build 2022-05-28 11:32:16 +03:00
flake.lock chore(nix): update flakes 2022-12-19 15:54:10 +01:00
flake.nix refactor(nix): use tomlplusplus from nixpkgs 2022-12-19 15:54:09 +01:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md Link license in the shield badge 2023-02-10 19:47:08 +02:00
renovate.json chore(deps): add renovate.json 2022-10-21 14:43:02 +00:00

Prism Launcher

Prism Launcher is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.

This is a fork of the MultiMC Launcher and is not endorsed by it.

Installation

Packaging status
  • All downloads and instructions for Prism Launcher can be found on our Website.
  • Last build status can be found in the GitHub Actions.

Development Builds

There are development builds available here. These have debug information in the binaries, so their file sizes are relatively larger.

Prebuilt Development builds are provided for Linux, Windows and macOS.

For Arch, Debian, Fedora, OpenSUSE (Tumbleweed) and Gentoo, respectively, you can use these packages for the latest development versions:

prismlauncher-git prismlauncher-git prismlauncher-git
prismlauncher-nightly prismlauncher-nightly prismlauncher-9999

These packages are also availiable to all the distributions based on the ones mentioned above.

Community & Support

Feel free to create a GitHub issue if you find a bug or want to suggest a new feature. We have multiple community spaces where other community members can help you:

  • Our Discord server:

Prism Launcher Discord server

  • Our Matrix space:

PrismLauncher Space

  • Our Subreddit:

r/PrismLauncher

Translations

The translation effort for PrismLauncher is hosted on Weblate and information about translating Prism Launcher is available at https://github.com/PrismLauncher/Translations

Building

If you want to build Prism Launcher yourself, check the Build Instructions.

Sponsors & Partners

We thank all the wonderful backers over at Open Collective! Support Prism Launcher by becoming a backer.

OpenCollective Backers

Thanks to JetBrains for providing us a few licenses for all their products, as part of their Open Source program.

JetBrains

Thanks to Weblate for hosting our translation efforts.

Translation status

Thanks to Netlify for providing us their excellent web services, as part of their Open Source program.

Deploys by Netlify

Thanks to the awesome people over at MacStadium, for providing M1-Macs for development purposes!

Powered by MacStadium

Forking/Redistributing/Custom builds policy

We don't care what you do with your fork/custom build as long as you follow the terms of the license (this is a legal responsibility), and if you made code changes rather than just packaging a custom build, please do the following as a basic courtesy:

  • Make it clear that your fork is not PrismLauncher and is not endorsed by or affiliated with the PrismLauncher project (https://prismlauncher.org).
  • Go through CMakeLists.txt and change PrismLauncher's API keys to your own or set them to empty strings ("") to disable them (this way the program will still compile but the functionality requiring those keys will be disabled).

If you have any questions or want any clarification on the above conditions please make an issue and ask us.

Be aware that if you build this software without removing the provided API keys in CMakeLists.txt you are accepting the following terms and conditions:

If you do not agree with these terms and conditions, then remove the associated API keys from the CMakeLists.txt file by setting them to an empty string ("").

License https://github.com/PrismLauncher/PrismLauncher/blob/develop/LICENSE

All launcher code is available under the GPL-3.0-only license.

The logo and related assets are under the CC BY-SA 4.0 license.