Skip to content
🚧 This project and documentation is under construction and may be inaccurate. Packages and APIS may not be ready or available. 🚧

Launcher

These commands launch instances of Minecraft.

Launch an instance of Minecraft that is linked to a profile

Usage:

Terminal window
cauldroncli launch [options]

Options:

  • -p <profile> --profile <profile>: Profile ID (Exclude For Interactive List)
  • -m <account_id> --account <account_id>: Minecraft Account ID (see here on how to view them) (Defaults to first in list)
  • -i --dry: Install but don’t launch (default: false)
  • -h --headless: Removes User Prompts

This will install and launch the requested Minecraft Instance and display the log in the terminal

Launch an instance of Minecraft that is not linked to a profile

Usage:

Terminal window
cauldroncli quick-setup [options]

Options:

  • -v <version> --mc_version <version>: Game Version (Required)
  • -l <loader> --mc_loader <loader>: Game Loader (Default: Vanilla)
  • -m <account_id> --account <account_id>: Minecraft Account ID (see here on how to view them) (Defaults to first in list)
  • -i --dry: Install but don’t launch (default: false)
  • -h --headless: Removes User Prompts

This will install and launch the requested Minecraft Instance and display the log in the terminal