diff --git a/Your-First-Script.md b/Your-First-Script.md index 08fdde5..6f939f7 100644 --- a/Your-First-Script.md +++ b/Your-First-Script.md @@ -23,8 +23,8 @@ Next, add it to the `plugins/PlaceholderAPI/javascript_placeholders.yml` file so ```YAML hello_world: - expression: 'file: hello_world.js' - type: string + file: hello_world.js + engine: nashorn ``` Then, after reloading PAPI (`/papi reload`) you can use your placeholder!