Skip to content

CdrJohannsen/minceraft

Repository files navigation

minceraft

A fast minecraft launcher with integrated text editor.

Features

  • install versions
  • authenticate
  • launch Minecraft
  • manage RAM allocation
  • autojoin server on boot
  • encrypted credentials
  • change skins
  • Fabric
  • Forge
  • CLI/TUI
  • GUI
  • quickPlay
  • 3D Skin view

Install

git clone https://github.com/muslimitmilch/minceraft && cd minceraft

if you have msmcauth and minecraft-launcher-lib already installed

make install

if you don't have them

make all

if you want the gui version

make install-gui

Uninstall

make uninstall

CLI-Usage

  -h, --help            show this help message and exit
  -g, --gui             Start minceraft in gui mode
  -u USER, --user USER  selected user
  -ui USER_INDEX, --user_index USER_INDEX
                        index of selected user. Has higher priority than -u
  -lu, --list_user      list users and their indices
  -p PASSWORD, --password PASSWORD
                        password for user
  -v VERSION, --version VERSION
                        version to launch
  -lv, --list_version   list versions and their indices
  --server IP/URL       server to connect after booting
  --port PORT           port for --server
  -d, --debug           enable debug mode

Tip: Use -p $(cat path/to/password) instead of -p PASSWORD to prevent your password from getting into your bash_history