From bfc3ac14e5e70d7856c7022955184443de4bfec8 Mon Sep 17 00:00:00 2001 From: Funnycube <6916389+Funny-cube@users.noreply.github.com> Date: Sat, 22 Apr 2023 20:23:12 +1000 Subject: [PATCH] Updated Community Scripts (markdown) --- Community-Scripts.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Community-Scripts.md b/Community-Scripts.md index 3397431..88bb603 100644 --- a/Community-Scripts.md +++ b/Community-Scripts.md @@ -3,9 +3,11 @@ The JavaScript Expansion for PlaceholderAPI allows for expansions that wouldn't really need an entire expansion otherwise. For example, a random number or letter generator, or an expansion that sends out a random motivational message. On this page, you can find some scripts made by the community. ## How to Use -1. Install the JavaScript expansion using `/papi ecloud download JavaScript` -1. Add the downloaded script file to `/plugins/PlaceholderAPI/javascripts/` folder. -1. Copy the config file code to `/plugins/PlaceholderAPI/javascript_placeholders.yml` +1. Download the expansion from the [eCloud page](https://api.extendedclip.com/expansions/javascript/). +2. Copy the expansion to the `/plugins/PlaceholderAPI/expansions/` folder. +2. Reload PlaceholderAPI with `/papi reload` +3. Add the downloaded script file to `/plugins/PlaceholderAPI/javascripts/` folder. +4. Copy the config file code to `/plugins/PlaceholderAPI/javascript_placeholders.yml` ## How to Contribute 1. Make a javascript placeholder!