From 0775da51613ae772c34db4b47a822cbadce8361b Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 9 Mar 2018 11:24:50 -0500 Subject: [PATCH] The engine: paramater is optional. We will include that in the Advanced Scripts page. --- Your-First-Script.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Your-First-Script.md b/Your-First-Script.md index 6f939f7..f06b73a 100644 --- a/Your-First-Script.md +++ b/Your-First-Script.md @@ -24,7 +24,6 @@ Next, add it to the `plugins/PlaceholderAPI/javascript_placeholders.yml` file so ```YAML hello_world: file: hello_world.js - engine: nashorn ``` Then, after reloading PAPI (`/papi reload`) you can use your placeholder!