Updated Community Scripts (markdown)

Funnycube 2023-04-22 20:23:12 +10:00
parent ee7636a863
commit bfc3ac14e5

@ -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. 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 ## How to Use
1. Install the JavaScript expansion using `/papi ecloud download JavaScript` 1. Download the expansion from the [eCloud page](https://api.extendedclip.com/expansions/javascript/).
1. Add the downloaded script file to `/plugins/PlaceholderAPI/javascripts/` folder. 2. Copy the expansion to the `/plugins/PlaceholderAPI/expansions/` folder.
1. Copy the config file code to `/plugins/PlaceholderAPI/javascript_placeholders.yml` 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 ## How to Contribute
1. Make a javascript placeholder! 1. Make a javascript placeholder!