From f9b3730058d3617cb65a73f42a33022ef32b9f85 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 10 Mar 2020 02:31:26 -0400 Subject: [PATCH] Add master_list.json --- scripts/master_list.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/master_list.json diff --git a/scripts/master_list.json b/scripts/master_list.json new file mode 100644 index 0000000..b128c7a --- /dev/null +++ b/scripts/master_list.json @@ -0,0 +1,9 @@ +[ + { + "name": "has_permission", + "author": "aBooDyy", + "version": "1.0.0", + "description": "Checks if a player has a certain permission", + "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/has_permission.js", + } +]