Plugin Marketplace
The Marketplace tab in the admin panel connects directly to the Fancy Mumble Plugin Marketplace — a curated directory of community plugins you can install on your server in a single click.
Screenshot placeholder: Marketplace tab showing a search bar and a grid of plugin cards.
Browsing plugins
Section titled “Browsing plugins”Open Admin > Marketplace. The page loads the most popular plugins automatically. Each card shows:
- Plugin name and author.
- Short description.
- Star rating and download count.
- Official badge for first-party plugins maintained by the Fancy Mumble project.
- Capability tags (e.g.
slash-commands,modals).
Type in the search box to filter by name, author, or keyword. Results update 300 ms after you stop typing.
Plugin detail page
Section titled “Plugin detail page”Click a card to open the full detail page. It shows:
- Full description, author, and homepage link.
- README rendered from Markdown — documentation written by the plugin author.
- Version history table:
- Version number.
- Release date.
- Minimum server version and minimum Fancy Mumble server version required.
- Changelog snippet.
- Yanked badge if a version was pulled by the author (prefer a different version).
- Tags and capability list.
Screenshot placeholder: Plugin detail page for “fancy-greeter” showing README and version table.
Installing a plugin
Section titled “Installing a plugin”-
Find the plugin you want in the search results or on the detail page.
-
Click Install.
-
The client sends an install request to your server referencing the plugin’s manifest URL from the marketplace. The server downloads and verifies the plugin.
-
A confirmation (or error) banner appears once the server responds.
-
Navigate to Server Plugins to confirm the plugin appears in the list and toggle it on if it is not already enabled.
After installing
Section titled “After installing”Once the server loads the plugin, it advertises the plugin’s manifest to connected clients. Each user who connects will be prompted to review and grant trust before the plugin’s UI surfaces appear (slash commands, buttons, modals, etc.). See Plugins for what users see.
Refreshing the list
Section titled “Refreshing the list”Click Refresh to re-fetch the marketplace index. Useful after a new plugin is published or if the page loaded with stale results.
Developer mode
Section titled “Developer mode”If your Fancy Mumble preferences are set to Developer mode, an
extra URL selector appears in the toolbar. This lets you point the
marketplace tab at a local development instance (http://localhost)
instead of the production registry. The selection is persisted in
your preferences and survives restarts.
See also
Section titled “See also”- Server Plugins — enable, disable, and uninstall plugins already on your server.
- Using plugins (server config) — install plugins manually via Docker volume mount without the marketplace.
- Developing a plugin — build and publish your own plugin to the marketplace.