Skip to content

๐Ÿ”Œ My userplugins for Vencord. See if there's something you like :)

Notifications You must be signed in to change notification settings

D3SOX/vencord-userplugins

Repository files navigation

Vencord Logo

D3SOX's Vencord userplugins

These are all my Vencord plugins that are not yet in the official Vencord repository. Some of them have pending PRs. See the plugin folders for screenshots

๐ŸŽก BetterActivities
Shows activity icons in the member list and allows showing all activities

๐Ÿ”‡ BlockKrisp
Prevent Krisp from loading

๐Ÿค FollowUser
Adds a follow option in the user context menu to always be in the same VC as them

๐Ÿ˜’ IgnoreTerms
Ignore Discord's new terms of service

๐Ÿ”” NotifyUserChanges
Adds a notify option in the user context menu to get notified when a user changes voice channels or online status

๐Ÿ“น ScreenShareStreamerMode
Automatically enables streamer mode while screen sharing

๐Ÿ‘ค ServerProfilesToolbox
Adds a copy/paste/reset button to the server profiles editor

๐Ÿคซ SilentTyping
Enhanced version of SilentTyping with the feature to disable it for specific guilds or users

๐Ÿ”ˆ VoiceChatUtilities
Allows you to perform multiple actions on an entire channel (move, mute, disconnect, etc.)

Install

If you don't know how to install userplugins in the first place please see the manual Vencord installation guide. If using Vesktop specify the location in Vesktop settings instead of running pnpm inject

Tip

There's also this video by Syncxv which shows how to install a userplugin on Windows.
Just be sure to replace the git clone command with the one from below

Clone the repository inside your Vencord src/userplugins folder (create the folder if it doesn't exist)

cd Vencord/src/userplugins
git clone https://github.com/D3SOX/vencord-userplugins D3SOX-userplugins
pnpm build

Update

Important

By installing the repo an updater is installed which automatically checks for updates. The automatic checking can be disabled.
Open the settings of the D3SOXUpdater plugin to manually check for updates

To manually update just pull the latest changes inside the repository folder

cd Vencord/src/userplugins/D3SOX-userplugins
git pull
pnpm build

Credits