Skip to content

afrigon/mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc

mc is a command line tool to manage and run Minecraft instances.

Describe your server in a single mc.toml manifest; mc takes care of the rest:

  • installs a Java runtime, the Minecraft binary, a mod loader, and mods
  • manages mods with a lockfile (mc add, mc remove, mc update)
  • runs the server with clean shutdown
  • takes scheduled world backups, stored locally or on S3

Quick start

Grab a pre-built binary from the releases page, then:

$ mc init myserver --eula
$ cd myserver
$ mc run

Passing --eula indicates you have read and agree to the Minecraft EULA.

Documentation

Full documentation is available at afrigon.github.io/mc: guides for mods, backups, and systemd, plus a complete reference for every command and manifest key.

About

Manage and run Minecraft servers from a single manifest — JDK, mod loader, mods, and backups included.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages