diff --git a/Your-First-Script.md b/Your-First-Script.md index 124893c..48363a2 100644 --- a/Your-First-Script.md +++ b/Your-First-Script.md @@ -27,7 +27,6 @@ Next, add it to the `plugins/PlaceholderAPI/javascript_placeholders.yml` file so ```YAML hello_world: file: hello_world.js - engine: nashorn # optional, can be deleted ``` Then, after reloading with JS-Expansion command (`/jsexpansion reload`) or PlaceholderAPI plugin (`/papi reload`), you can use your placeholder!