Coldcord is an organization to post userplugins for vencord.
Vencord avatar inspired the Coldcord avatar design
Credit to Royyan Wijaya for the ice cube icon desgin
If you don't understand these instructions, installing unofficial plugins is not for you. Do not ask for help in 🏥-vencord-support-🏥. Instead, ask for help in the thread of the plugin(s) you're using.
Vencord is not modular, so you have to build from source to add custom plugins. Follow this guide for getting set up: https://docs.vencord.dev/installing/custom-plugins/
- Direct your terminal to the
userpluginsfolder, e.g.cd src/userplugins. If you're confused, read the guide above - Each plugin post will contain a GitHub repo link, like
https://github.com/PluginAuthor/CoolPlugin. Copy it - Inside your terminal, run
git clone https://github.com/...You will have to make sure to keep up with the latest changes to fix issues and get new features. You can update a plugin by directing your terminal to its folder (cd src/userplugins/coolPlugin) and running:
git pull