项目作者: Stoozy

项目描述 :
A CLI based minecraft launcher
高级语言: Rust
项目地址: git://github.com/Stoozy/SML.git
创建时间: 2021-03-11T01:34:58Z
项目社区:https://github.com/Stoozy/SML

开源协议:GNU General Public License v2.0

下载


⛔️ DEPRECATED SML

Build
License: GPL v2

Welcome to stoozys minecraft launcher!

About

This is a CLI program that allows you to install and launch curseforge modpacks. Currently, it supports only vanilla and forge instances. Fabric will be supported soon.

Motivation

I am working on this project purely for the learning experience, there are working minecraft modded launchers out there already, such as MultiMC. However, this project should benefit those who don’t want a fully featured GUI program and would rather do things in a shell.

Installation

There are some plans to add it to some popular package managers, but this should do for now.

Windows:

  • Go to releases
  • Install using the msi installer

Linux:

  • Go to releases
  • Download and extract the tarball
  • Run the install script as root

Usage

  1. SML 0.1.1
  2. Stoozy
  3. A Minecraft Modded Launcher Command Line Interface
  4. USAGE:
  5. sml.exe [FLAGS] [OPTIONS]
  6. FLAGS:
  7. --auth Log in through mojang
  8. -h, --help Prints help information
  9. --list Lists all SML instances
  10. -V, --version Prints version information
  11. OPTIONS:
  12. -a, --add-instance <TYPE> Add a new instance. Types can be the following : forge, vanilla, or fabric.
  13. -c, --config <ID> Configures instance with the ID provided
  14. --launch <ID> Launches instance with specific ID
  15. --print-config <ID> Shows the custom flags for an instance
  16. -r, --remove <ID> Removes instance with the ID provided
  17. --rename <ID> Rename the instance with provided ID

What doesn’t work right now

  • Fabric Modpacks

Issues

If you encounter any issues, feel free to open an issue on github