This commit is contained in:
extendedclip 2020-03-10 10:57:45 -04:00
parent c26cd74d43
commit 66f75c7ab5

View File

@ -4,13 +4,13 @@
"author": "aBooDyy", "author": "aBooDyy",
"version": "1.0.0", "version": "1.0.0",
"description": "Checks if a player has a certain permission", "description": "Checks if a player has a certain permission",
"url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/has_permission.js", "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/has_permission.js"
}, },
{ {
"name": "factions", "name": "factions",
"author": "Frosty", "author": "Frosty",
"version": "1.0.0", "version": "1.0.0",
"description": "A simple placeholder which will return brackets around the faction name if the user is in a faction, if they are not it will return nothing", "description": "A simple placeholder which will return brackets around the faction name if the user is in a faction, if they are not it will return nothing",
"url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js", "url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js"
} }
] ]