config

Manage CLI settings and game settings.

clicraft config [action] [args...]

CLI Settings

clicraft config                     # View settings (default)
clicraft config show                # Same as above
clicraft config set <key> <value>   # Change setting

Available keys: jvmArgs, checkUpdates, autoSaveToConfig, autoLoadConfigOnLaunch

Game Settings Ignore List

Controls which Minecraft options are excluded when capturing.

clicraft config ignore                  # View list
clicraft config ignore-add <pattern>    # Add (supports * wildcard)
clicraft config ignore-remove <pattern> # Remove

Default Game Settings

Applied to new instances.

clicraft config defaults                    # View
clicraft config defaults-set <key> <value>  # Set
clicraft config defaults-remove <key>       # Remove
clicraft config defaults-clear              # Clear all

Instance Game Settings

clicraft config capture                # Save current options.txt to mcconfig
clicraft config game-settings          # View saved settings
clicraft config clear-game-settings    # Remove saved settings

Use -i, --instance <path> to target a specific instance.


Back to top

Copyright © 2024 theinfamousben. Distributed under the ISC license.

This site uses Just the Docs, a documentation theme for Jekyll.