From 6f43132cf4057f8ad083cbba4059b22762c56a33 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 28 Mar 2021 02:42:08 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c965800..aec5356 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,6 @@ Just start Minecraft. **Does not download assets.** The script will parse variables within settings values, the variables are sourced from the script itself. `$+var$` for global variables, `$var$` for local variables. `$+sp$` gives you the script's path, for example. # Commandline: -You can automatize entering the data or change settings by using commandline arguments. Each argument works like this: `key=value` - These act like the settings in the ini, and will replace corresponding settings in the ini. However, settings you set via this method will not have the aforementioned variable support enabled, use console variables instead. \ No newline at end of file +You can automatize entering the data or change settings by using commandline arguments. Each argument works like this: `key=value` - These act like the settings in the ini, and will replace corresponding settings in the ini. However, settings you set via this method will not have the aforementioned variable support enabled, use console variables instead. + +**Example:** `offline-minecraft-launcher.py name=fier version=1.16.5` - Launch Minecraft `1.16.5` as `fier`. \ No newline at end of file