Introduction#

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.

mpm.toml#

This file is your server configuration. It has multiple parameters to change the type of server you want to create.

NameDescriptionExampleDefault
loaderSet the server loader for your instance.loader = "vanilla""vanilla"
game_versionSet the server game version.game_version = "1.21.8""latest"
min_memSet the minimum memory required.min_mem = "512M"""
max_memSet the maximum memory required.max_mem = "1G"""