Update 'README.md'

This commit is contained in:
Fierelier 2021-03-28 02:28:21 +00:00
parent 470c4c0296
commit 9d0e3b1a97

View File

@ -27,9 +27,9 @@ Just start Minecraft. **Does not download assets.**
- **gamePath:** Where the game is located
- **osName:** Override your OS in case it isn't detected (windows/linux/macos)
- **jvmArguments:** The arguments to use to launch your JVM, json formatted - You may need to escape "
- **java:** The path to the java executable. Try not to append a file ending, as `w` will be added, if console is 0
- **java:** The path to the java executable. Try not to append a file ending, as `w` will be added, if console is `0`
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.
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.