My own list of plugins I made. They're not big since I have other projects that I work on, but I'm gonna make some in future.
Note
Third party plugins are NOT supported by Vencord developers and you should proceed with caution when using them! Also please do not ask them for help with custom plugins, it will get you most likely muted.
Caution
Vencord is a mod for Discord which breaks TOS, though Discord doesn't ban for it. If you really care about your account then better don't use it.
- remixMe - Adds REMIX tag to every message of your that has any sort of attachment, not only image.
- meowmrrp - Sends phrases like
meow
ormrrp
on your current chat with reasonable delay. (More about how it works in plugin's settings)
-
- noAppsAllowed - Useless + easily breakable plugin. You can easily find a CSS snippet that replaces this.
- betterQuests - Unusable - would crash Discord on start with it, since that time Discord already put quests in a bit better place (
Discover > Quests
)
- Create folder
userplugins
inVencord/src
directory. - Inside the folder execute this command. (You're gonna need
git
for it.)
$ git clone --recursive https://github.com/meowabyte/VencordPlugins
- All plugins made by me should be available now!
If you want to find out how to install single plugin please go to specific plugin's repo
You need to clone Vencord repo and compile it with your userplugins yourself. Take a look at this guide.
https://docs.vencord.dev/installing/custom-plugins/
This repo as well as all plugins included in it follow MIT license. The file can be found here (/LICENSE).