Fork of PollyMC to add custom login support
Go to file
2022-03-06 11:40:11 +01:00
.github Ignore certain paths for CI 2022-03-02 01:17:08 +05:30
buildconfig Update FMLLIBS_BASE_URL 2022-02-27 19:40:52 +00:00
cmake More rebranding 2022-01-10 12:47:35 -05:00
doc pre-emptive work on PolyMC "rebranding" 2021-12-23 18:18:37 -05:00
launcher fix extra spacing in resource packs and shader packs, and move button up 2022-03-03 09:51:46 -03:00
libraries fix: use our own prefix for rainbow lib 2022-02-12 17:02:54 +01:00
packages/nix Merge pull request #163 from txtsd/windows_data_dir 2022-03-02 00:03:31 +11:00
program_info Merge pull request #149 from ZekeSmith/patch-1 2022-02-12 03:29:59 +00: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 pkgs: remove debian packaging from repo 2022-01-31 16:03:50 +01:00
.gitmodules refactor: add in-tree QuaZip 2022-01-31 21:40:59 +01:00
BUILD.md Implement PR suggestions 2022-02-23 16:22:53 +05:30
CMakeLists.txt chore: bump to 1.1.0 2022-03-06 11:40:11 +01:00
CODE_OF_CONDUCT.md chore: clarify trolling in code of conduct 2022-02-18 09:44:27 +01:00
COPYING.md Default to colored icons, update copyright 2022-01-16 12:03:30 -05:00
default.nix nix: add support for non-flake builds 2022-01-09 17:08:19 +03:00
flake.lock nix: fix quazip input 2022-02-04 02:13:48 -05:00
flake.nix flake.nix: drop aarch64-darwin 2022-02-14 15:45:51 +01:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md Update and link latest build to actions 2022-03-01 23:19:30 +10: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. The PolyMC community felt that the maintainer was not acting in the spirit of Free Software so this fork was made.

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:

Support Discussion Development News

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.md 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 infomation

To modify download infomation or change packaging infomation 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.