From e48b74795a20dfb05fe71d10856cb4e15b991f87 Mon Sep 17 00:00:00 2001 From: BlitzOffline <52609756+BlitzOffline@users.noreply.github.com> Date: Sun, 22 Aug 2021 21:52:24 +0300 Subject: [PATCH] engine is no longer an option --- Your-First-Script.md | 1 - 1 file changed, 1 deletion(-) 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!