Skip to content

Installing plugins and themes

Albert Portnoy edited this page Jan 19, 2023 · 3 revisions

Installing

  1. Find the plugin or theme you want. We recommend looking in the #plugin-links and #theme-links tab of our Discord server
  2. Open Discord settings, navigate to the appropriate tab, and press the button to open the folder
  3. Move the downloaded file into the folder
  4. Press the "Load missing" button in the settings page to enable the plugin. Note that some plugins will not work until you reload Discord.

Using our plugin template, running the build command will automatically install the plugin into the correct folder. In the future, Replugged will have a plugin/theme manager to make the process easier.

Locations

Plugins and themes are stored in the plugins/ and themes/ folders respectively. These folders can be found at the following paths, depending on your operating system:

  • Windows: %APPDATA%/replugged
  • macOS: ~/Library/Application Support/replugged
  • Other: $XDG_CONFIG_HOME/replugged or ~/.config/replugged

These folders are automatically created the first time you run Replugged.

Clone this wiki locally