From 68b86bdceda84f4cd916ee977e6e027a40c308e5 Mon Sep 17 00:00:00 2001 From: cj89898 Date: Wed, 1 Jul 2020 13:44:46 -0500 Subject: [PATCH] Updated Community Scripts (markdown) --- Community-Scripts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Community-Scripts.md b/Community-Scripts.md index 63eec33..5314c25 100644 --- a/Community-Scripts.md +++ b/Community-Scripts.md @@ -1132,7 +1132,10 @@ number_in_group_of_worlds: * `%javascript_listplayers_perm,staff.admin,amount%` - `2` * `%javascript_listplayers_world,building,3%` - `funnycube` -**Save as** `listplayers.js` +**Javascript Code** + +
+ listplayers.js ```javascript var args0; @@ -1308,6 +1311,7 @@ function onlineList() { } onlineList(); ``` +
**Add to** `javascript_placeholders.yml`