Updated the config options bcz they were changed in new version of the expansion.

BlitzOffline 2021-08-22 21:48:55 +03:00
parent 6a041edfad
commit cc8be3a480

@ -37,16 +37,16 @@ The configuration will look like this:
```YAML
javascript:
debug: true
debug: false
github_script_downloads: false
engine: javascript
argument_split: ','
use_quick_js: true
```
* `debug` - Enable/Disable debug messages printed on console
* `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts)
* `engine` - Specify global engine in case of failed engine initialization
* `argument_split`: Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments)
* `argument_split` - Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments)
* `use_quick_js` Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms!
## Community Scripts