A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Go to file
Petr Mrázek 07907ded5c NOISSUE revamp the MSA login dialog
It now has a more sensible UI/UX:
- Added a QR code you can scan on your phone to complete the logn flow
- Inverted the progress bar to show that it is a timeout
- Redone the text label so that it does not break the layout when it has multiple lines

Also started working on redoing the accounts/profiles/skins/capes management in general
2024-12-24 05:47:37 +01:00
.github Create dispatch.yml 2023-05-14 23:17:06 +02:00
branding NOISSUE Actually add branding 2024-12-16 03:59:59 +01:00
buildconfig NOISSUE Redo system and java architecture probing 2024-12-21 03:47:16 +01:00
cmake add microphone entitlement for macOS build 2022-04-18 02:06:12 +08:00
doc
launcher NOISSUE revamp the MSA login dialog 2024-12-24 05:47:37 +01:00
libraries NOISSUE revamp the MSA login dialog 2024-12-24 05:47:37 +01:00
.gitattributes
.gitignore NOISSUE Actually add branding 2024-12-16 03:59:59 +01:00
.gitmodules
BUILD.md fix: issue #5211 2023-07-25 21:14:15 -06:00
changelog.md NOISSUE fix typo in changelog 2022-06-10 02:10:07 +02:00
CMakeLists.txt NOISSUE revamp the MSA login dialog 2024-12-24 05:47:37 +01:00
COPYING.md NOISSUE revamp the MSA login dialog 2024-12-24 05:47:37 +01:00
README.md Update README.md 2022-09-11 16:59:00 +02:00

MultiMC logo

MultiMC

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 disruption or endangering the future viability of the project is OK.

Building

If you want to build the launcher 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.

License

Copyright © 2013-2022 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.

Forking/Redistributing/Custom builds policy

We keep Launcher 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.

The license gives you access to the source MultiMC is built from, but not:

  • The name, logo and other branding.
  • The API tokens required to talk to services that the launcher depends on.

Because of the nature of the agreements required to interact with the Microsoft identity platform, it's impossible for us to continue allowing everyone to build the code as 'MultiMC'. The source code has been debranded and now builds as DevLauncher by default.

You must provide your own branding if you want to distribute your own builds.

You will also have to register your own app on Azure to be able to handle Microsoft account logins.

If you decide to fork the project, a mention of its 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.