Javascript-Expansion/scripts/master_list.json
extendedclip 3f9562b15d Fix json
2020-03-10 12:24:49 -04:00

24 lines
897 B
JSON

[
{
"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"
},
{
"name": "factions",
"author": "Frosty",
"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",
"url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/factions.js"
},
{
"name": "tags",
"author": "Frosty",
"version": "1.0.0",
"description": "A simple placeholder which formats DeluxeTags tag spacing",
"url": "https://raw.githubusercontent.com/PlaceholderAPI/Javascript-Expansion/master/scripts/tags.js"
}
]