Fork of PollyMC to add custom login support
Go to file
2022-05-23 08:29:30 +08:00
.github chore: add version of polymc area in bug report template 2022-05-11 15:18:07 +02:00
buildconfig change: use build variables for the modrinth API URLs 2022-05-15 07:43:02 -03:00
cmake Fix indentation of macOS resources 2022-05-15 16:33:52 -04:00
launcher Merge pull request #608 from timoreo22/feature/curseforge-fix 2022-05-21 06:34:43 +02:00
libraries Merge pull request #486 from icelimetea/refactor-java-launcher 2022-04-28 07:18:39 +02:00
packages/nix nix: build with latest jdk version 2022-04-01 16:55:51 +03:00
program_info Add Allow DYLD Environment Variables Entitlement to macOS build 2022-05-15 16:34:53 -04:00
.clang-format add a .clang-format 2022-05-23 08:29:30 +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 add a .clang-format 2022-05-23 08:29:30 +08:00
.gitmodules Enable LTO/IPO on release builds 2022-03-22 21:04:35 +01:00
BUILD.md fix: typos 2022-03-11 09:21:59 +01:00
CMakeLists.txt fix: ignore deprecation again 2022-05-17 22:25:50 +02:00
CODE_OF_CONDUCT.md chore: clarify trolling in code of conduct 2022-02-18 09:44:27 +01:00
COPYING.md chore: clarify GPL-3.0-only 2022-03-14 18:42:41 +01:00
default.nix nix: add support for non-flake builds 2022-01-09 17:08:19 +03:00
flake.lock flake.lock: Update 2022-04-02 02:35:44 +03:00
flake.nix nix: refactor flake (drop flake-utils) 2022-04-01 16:55:51 +03:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md fix: update README 2022-04-21 22:52:05 +02:00

PolyMC logo PolyMC logo


PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.

This is a fork of the MultiMC Launcher and not endorsed by MultiMC. If you want to read about why this fork was created, check out our FAQ page.

Installation

Development Builds

There are per-commit development builds available here. These have debug information in the binaries, so their file sizes are relatively larger. Portable builds are provided for AppImage on Linux, Windows, and macOS.

For Debian and Arch, you can use these packages for the latest development versions:
polymc-git polymc-git
For flatpak, you can use flathub-beta

Help & Support

Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.

PolyMC Discord

For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server:

PolyMC Space

If there are any issues with the space or you are using a client that does not support the feature here are the individual rooms:

Development Discussion Github Maintainers News Offtopic Support Voice

we also have a subreddit you can post your issues and suggestions on:

r/PolyMCLauncher

Development

If you want to contribute to PolyMC you might find it useful to join our Discord Server or Matrix Space.

Building

If you want to build PolyMC yourself, check Build Instructions for build instructions.

Code formatting

Just follow the existing formatting.

In general, in order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Translations

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

Download information

To modify download information or change packaging information send a pull request or issue to the website Here

Forking/Redistributing/Custom builds policy

Do whatever you want, we don't care. Just follow the license. If you have any questions about this feel free to ask in an issue.

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

Source for the website is hosted under the AGPL-3.0-or-later License.

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