Updated Your First Script (markdown)

Nathan Glover 2018-03-08 19:53:56 -05:00
parent db256b1863
commit 0a9056312f

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