MPM - Modrinth Package Manager Documentation#

LicenseGPLv3 Repository

Are you looking for the Quick start page?

Quick start

Contributing#

MPM is an open-source project and contributions of any kind are welcome. Whether you’ve found a bug, have an idea for a new feature, or want to dive into the Rust code and open a pull request - your help is appreciated.

  • Bug reports & feature requests: open an issue on Codeberg
  • Pull requests: fixes, features, and improvements are all welcome; feel free to start with an issue if you’re unsure
  • Feedback: even just trying out MPM and reporting your experience is valuable
  • What Modrinth Package Manager Is#

    Like any other package manager out there, it is made to manage packages for any Minecraft server instance you currently have running. It follows the same principles of any sane package manager, define you project, specify your project dependencies and your server loader, then let everything else be handled by the package manager.

  • What Modrinth Package Manager Is Not#

    It is not a replacement software for your server. It is designed to help you manage your server instances, but not to replace your current server infrastructure. When running your server, the package manager will automatically create start scripts for your server instance to be run directly and without the need for a package manager during runtime.

Go to the introduction for further learning about Modrinth Package Manager:

Introduction