The engine: paramater is optional. We will include that in the Advanced Scripts page.

Ryan 2018-03-09 11:24:50 -05:00
parent 26aac237bf
commit 0775da5161

@ -24,7 +24,6 @@ Next, add it to the `plugins/PlaceholderAPI/javascript_placeholders.yml` file so
```YAML ```YAML
hello_world: hello_world:
file: hello_world.js file: hello_world.js
engine: nashorn
``` ```
Then, after reloading PAPI (`/papi reload`) you can use your placeholder! Then, after reloading PAPI (`/papi reload`) you can use your placeholder!