Skip to content
forked from MultiMC/Launcher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once

License

Notifications You must be signed in to change notification settings

skyhoshi/MultiMC5

 
 

Repository files navigation

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 distruption or endangering 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

The launcher source is subject to the Microsoft Permissive License (MS-PL). Code of the bundled libraries uses various compatible licenses.

Please see the COPYING.md file for more information.

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 Microsoft Permissive License (MS-PL).

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

  • Not the name, logo and other branding.
  • Not the API tokens required to talk to services the launcher depends on.
  • You may not change the license.

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.

About

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.1%
  • C 12.6%
  • CMake 6.0%
  • Other 1.3%