Fork of PollyMC to add custom login support
Go to file
2021-11-20 16:22:22 +01:00
.github/ISSUE_TEMPLATE NOISSUE Update links to repo, fix up library README 2021-10-21 23:25:52 +02:00
buildconfig NOISSUE finish up the obvious parts of debranding 2021-10-21 00:47:53 +02:00
cmake NOISSUE continue debranding... 2021-10-21 00:47:53 +02:00
doc NOISSUE Update manpage to include new -a / --profile option. 2021-11-07 20:48:15 -08:00
launcher NOISSUE Some happy little refactors 2021-11-20 16:22:22 +01:00
libraries GH-1795 add terminal launch option to use a specific Minecraft profile 2021-10-31 21:43:33 +01:00
notsecrets NOISSUE Fix typo making Windows build fail 2021-10-24 18:16:00 -05: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 NOISSUE Exclude run directory 2021-11-06 22:20:26 +01:00
.gitmodules NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00
BUILD.md NOISSUE Update links to repo, fix up library README 2021-10-21 23:25:52 +02:00
changelog.md NOISSUE Update links to repo, fix up library README 2021-10-21 23:25:52 +02:00
CMakeLists.txt NOISSUE fix some small build issues 2021-11-03 15:45:42 +01:00
COPYING.md NOISSUE bulk addition of code from Katabasis 2021-07-25 19:50:44 +02:00
README.md NOISSUE debranding for real, initial work 2021-10-21 00:47:53 +02:00

MultiMC logo

MultiMC 5

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

Development

If you want to contribute, talk to us on Discord first.

While blindly submitting PRs is definitely possible, they're not necessarily going to get accepted.

We aren't looking for flashy features, but expanding upon the existing feature set without distruption or endangering future viability of the project is OK.

Building

If you want to build MultiMC 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

Translations can be done on crowdin. Please avoid making direct pull requests to the translations repository.

Forking/Redistributing/Custom builds policy

We keep MultiMC open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.

Part of the reason for using the Apache license is that we don't want people using the "MultiMC" name when redistributing the project. This means people must take the time to go through the source code and remove all references to "MultiMC", including but not limited to the project icon and the title of windows, (no MultiMC-fork in the title).

Apache covers reasonable use for the name - a mention of the project's origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork without implying that you have our blessing.

License

Copyright © 2013-2021 MultiMC Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Build status

Linux (Intel32)

Build: Deploy:

Linux (AMD64)

Build: Deploy:

macOS (AMD64)

Build: Deploy:

Windows (Intel32)

Build: Deploy: