add plugin pre-bundled so to allow ease of download (idk how to use releases yet)

This commit is contained in:
dorkbutt 2025-06-05 08:28:12 -04:00
parent c5fe6d3812
commit 2c90921896
No known key found for this signature in database
6 changed files with 2630 additions and 2618 deletions

View file

@ -10,11 +10,11 @@ UserPFP provides an alternative source for Profile pictures, currently only supp
To use UserPFP, you have to install or import a plugin or theme on a modified Discord client. Currently supported clients are: To use UserPFP, you have to install or import a plugin or theme on a modified Discord client. Currently supported clients are:
[Pyoncord](https://github.com/pyoncord) using a plugin [Pyoncord](https://github.com/pyoncord) using a plugin: [vd-plugins](https://vd-plugins.github.io/web/#usrPFP)
[Vencord](https://vencord.dev) using a theme ([Equicord](https://github.com/Equicord/Equicord) includes a plugin) [Vencord](https://vencord.dev) using a theme: [userpfp.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/userpfp.theme.css); ([Equicord](https://github.com/Equicord/Equicord) includes a plugin): [equicord](https://equicord.org/plugins)
[Betterdiscord](https://betterdiscord.app) using a theme [Betterdiscord](https://betterdiscord.app) using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css)
[Replugged](https://replugged.dev/) using a plugin-theme hybrid [Replugged](https://replugged.dev/) using a plugin-theme hybrid
@ -22,7 +22,7 @@ After that, you will have to submit a profile picture for review, either using t
## Our team ## Our team
This is the list of team members in UserPFP: This is the list of team members in upstream UserPFP:
- [coolesding](https://github.com/coolesding) (Organisation) - [coolesding](https://github.com/coolesding) (Organisation)
- [foxstorm1](https://github.com/Yeetov) (Developer) - [foxstorm1](https://github.com/Yeetov) (Developer)
@ -33,6 +33,8 @@ This is the list of team members in UserPFP:
Special thanks to: Special thanks to:
The above for maintaining it to this point for me to fork.
[p0rtl](https://github.com/p0rtL6) with her project [usrbg](https://github.com/Discord-Custom-Covers/usrbg), which was the inspiration for UserPFP. [p0rtl](https://github.com/p0rtL6) with her project [usrbg](https://github.com/Discord-Custom-Covers/usrbg), which was the inspiration for UserPFP.
[thororen](https://github.com/thororen1234) with [Equicord](https://github.com/Equicord/Equicord), which adds features from Vencord pull requests that aren't processed allowing UserPFP to get its deserved plugin. [thororen](https://github.com/thororen1234) with [Equicord](https://github.com/Equicord/Equicord), which adds features from Vencord pull requests that aren't processed allowing UserPFP to get its deserved plugin.

Binary file not shown.

View file

@ -1,8 +1,12 @@
{ {
"id": "dev.userpfp.userpfp", "id": "dork.userpfp.userpfp",
"name": "USERPFP", "name": "USERPFP",
"description": "A theme to use animated profile pictures in discord without nitro!", "description": "A theme to use animated profile pictures in discord without nitro!",
"author": [ "author": [
{
"name": "dorkbutt",
"discordID": "862105885660676146"
},
{ {
"name": "foxstorm1", "name": "foxstorm1",
"discordID": "789872551731527690", "discordID": "789872551731527690",
@ -13,14 +17,13 @@
"github": "beudave" "github": "beudave"
} }
], ],
"version": "1.0.1", "version": "1.0.1-fork",
"updater": { "updater": {
"type": "github",
"id": "UserPFP/UserPFP" "id": "UserPFP/UserPFP"
}, },
"license": "GPL 3.0", "license": "GPL 3.0",
"type": "replugged-theme", "type": "replugged-theme",
"main": "src/main.css", "main": "src/main.css",
"source": "https://github.com/UserPFP/UserPFP", "source": "https://git.dorkbutt.lol/dorkbutt/userPFP",
"image": ["https://camo.githubusercontent.com/68decd2d5b4c237a97940c9012474ce82e6ed3eee65b3950032475ce82192c03/68747470733a2f2f692e6962622e636f2f6d62514a534b6d2f696d6167652d323032332d30372d31362d3131323131353837322e706e67"] "image": ["https://camo.githubusercontent.com/68decd2d5b4c237a97940c9012474ce82e6ed3eee65b3950032475ce82192c03/68747470733a2f2f692e6962622e636f2f6d62514a534b6d2f696d6167652d323032332d30372d31362d3131323131353837322e706e67"]
} }

5235
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
/** /**
* @name USRPFP * @name USERPFP
* @author FoxStorm1, Pikai * @author dorkbutt, FoxStorm1, Pikai
* @version 1.0.1 * @version 1.0.1-fork
* @description A pure CSS database of user requested pfps for discord. * @description A pure CSS database of user-submitted Discord profile pictures.
*/ */
/* Avatar Import */ /* Avatar Import */
@import url("https://userpfp.github.io/UserPFP/import.css"); @import url("https://git.dorkbutt.lol/dorkbutt/userPFP/raw/branch/main/import.css");

View file

@ -1,9 +1,9 @@
/** /**
* @name USRPFP * @name USERPFP
* @author FoxStorm1, Pikai * @author dorkbutt, FoxStorm1, Pikai
* @version 1.0.1 * @version 1.0.1-fork
* @description A pure CSS database of user requested pfps for discord. * @description A pure CSS database of user-submitted Discord profile pictures.
*/ */
/* Avatar Import */ /* Avatar Import */
@import url("https://userpfp.github.io/UserPFP/import.css"); @import url("https://git.dorkbutt.lol/dorkbutt/userPFP/raw/branch/main/import.css");