From 0a9056312f7ebf194e0fd2583c5e0095ae54af32 Mon Sep 17 00:00:00 2001 From: Nathan Glover Date: Thu, 8 Mar 2018 19:53:56 -0500 Subject: [PATCH] Updated Your First Script (markdown) --- Your-First-Script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!