mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-23 18:42:44 +00:00
Updated the config options bcz they were changed in new version of the expansion.
parent
6a041edfad
commit
cc8be3a480
8
Home.md
8
Home.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user