Skip to content

Releases: fevegit/HiddenServers

HiddenServers v1.0.0

Choose a tag to compare

@fevegit fevegit released this 28 Jul 11:56

HiddenServers v1.0.0

First stable release of HiddenServers.

Highlights

  • Hide individual Discord servers.
  • Hide complete server folders.
  • Separate storage for individually hidden servers and hidden folders.
  • Restore hidden items from the plugin settings.
  • Safety protection against rules that could hide the entire guild navigation.

Windows (PowerShell)

Set-Location "$HOME\Vencord\src\userplugins"
git clone https://github.com/fevegit/HiddenServers.git hiddenServers

Set-Location "$HOME\Vencord"
pnpm build
pnpm inject

Linux (Bash)

cd "$HOME/Vencord/src/userplugins"
git clone https://github.com/fevegit/HiddenServers.git hiddenServers

cd "$HOME/Vencord"
pnpm build
pnpm inject

Fully restart Discord and enable HiddenServers in Settings -> Vencord -> Plugins.

See the repository README for complete installation, updating, uninstalling and troubleshooting instructions.

Acknowledgements

HiddenServers was inspired by ServerHider by DevilBro.

I used the original plugin and liked the ability to remove servers from the server list, but I wanted proper Discord folder support and clearer recovery controls. HiddenServers was created as an independent implementation for Vencord, with complete folder hiding, strictly separate storage for individual servers and folders, and dedicated settings for restoring hidden items.

Many thanks to DevilBro for the original work and for inspiring this project.