dxbednarczyk / mup

A swiss army knife for Minecraft servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mup

This is a spiritual successor to the original, now abandoned (?) pap, rewritten in Rust.

The current MSRV is the latest nightly toolchain.

Goals

  • Easily set up a new Minecraft server from scratch, including mod and plugin support
  • Produce easily reproducible, portable server configuration
    • Lockfile with detailed information on installed mods
    • Support for installing lockfile dependencies
    • Support for updating lockfile dependencies

✅ Be an all-in-one tool that keeps it simple, stupid!

Non-Goals

❌ Support client-side modification

❌ Support self updating, unzipping, or anything that another program can do better

About

A swiss army knife for Minecraft servers

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 99.8%Language:Makefile 0.2%