Giter VIP home page Giter VIP logo

mmm's Introduction

mmm

A Minecraft Mods Manager

Command Line Interface

Gerneral

  • mmm --help: Show help
  • mmm --version: Show version

Profile related

  • mmm init <name> [args]: Initialize a new profile
    It will create a new profile with the given name.
    • --mc-version <version>: Set the Minecraft version
    • --mod-loader <loader>: Set the mod loader
    • --loader-version <version>: Set the loader version
  • mmm create <name> [args]: Create a new profile
  • mmm install <modpack>: Create a profile from a modpack
  • mmm check: Try to resolve all mods and check if they are available

Mod management

  • mmm list: List all added mods
  • mmm search <query> [args]: Search for mods (search on Modrinth first, then on CurseForge)
    • -m, --modrinth: Search on Modrinth
    • -c, --curseforge: Search on CurseForge
  • mmm add <mod> [args]: Add a mod to the profile
    • -m, --modrinth: Search on Modrinth
    • -c, --curseforge: Search on CurseForge
  • mmm remove <mod>: Remove a mod from the profile
  • mmm update [args] [mods]: Update mods
    • --all: Update all mods
    • --dry-run: Do not download anything
  • mmm install: Install all missing mods
  • mmm enable <mods>: Enable mods
  • mmm disable <mods>: Disable mods

Configuration

Profile

Key Description Value
name The name of the profile String
description The description of the profile String
tags Tags for the profile List of strings
author The author of the profile String

Version

Key Description Value
minecraft The Minecraft version Minecraft version
mod-loader The mod loader to use fabric | forge | none
loader The version of the mod loader
(only works when mod-loader is not none)
Version

JVM specification

Key Description Value
max-memory Maximum memory Size (MB)
min-memory Minimum memory Size (MB)
jvm-args JVM arguments List of arguments
java-path Path to the Java executable Path

mmm's People

Contributors

iceice666 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.