We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Profile configs can only be modified by manually editing the JSON file right now.
A config command:
mc profile config {profile_name} {key} {value}
mc config {--global | --profile {profile_name}} {key} {value}
mc profile alter {profile_name} --config {key}={value}
Allow config changes in initial creation
mc install 1.20.1 --config {key}={value}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Profile configs can only be modified by manually editing the JSON file right now.
A config command:
mc profile config {profile_name} {key} {value}
mc config {--global | --profile {profile_name}} {key} {value}
mc profile alter {profile_name} --config {key}={value}
Allow config changes in initial creation
mc install 1.20.1 --config {key}={value}
The text was updated successfully, but these errors were encountered: