Skip to main content

Plugins for Users

Plugins add features to MetoYou. They can add pages, buttons, panels, settings, sounds, message tools, custom embeds, or server-specific behavior.

Types of Plugins

TypeWhat it means
Client pluginInstalled for your app. It follows you across servers when active.
Server pluginInstalled for a specific server. It may be required, recommended, optional, blocked, or incompatible.
Library pluginShared plugin code used by other plugins. It is not normally something users interact with directly.

Install from the Plugin Store

  1. Open the Plugin Store from the title bar or Settings.
  2. Browse or search available plugins.
  3. Open the plugin details.
  4. Read the description, version, source, and capability list.
  5. Choose install.
  6. Review and grant only the capabilities you trust.
  7. Activate the plugin.

Server-scoped plugins installed to the server you are currently viewing are enabled and activated automatically after install, so their panels, actions, or embeds can appear immediately.

Use Plugin Actions

When plugins add quick actions to a server, the server side panel shows a View plugins link in the plugin area. Open it to see a grid of plugin action tiles. Selecting a tile runs that plugin's action in the current server and channel context.

Install a Local Plugin

Desktop builds can discover local plugin folders from the app data plugins directory.

  1. Put the plugin folder in the desktop plugins directory.
  2. Open Settings.
  3. Open the Plugin Manager.
  4. Refresh or register local plugins.
  5. Grant capabilities and activate the plugin.

Server Plugin Prompts

When a server uses plugins, MetoYou may show a prompt.

StatusMeaning
RequiredYou must install the plugin to join or continue using that server.
RecommendedThe server suggests the plugin, but you can choose.
OptionalThe plugin is available for the server, but not required.
BlockedThe server marks the plugin as not allowed.
IncompatibleThe plugin version does not work with your app version or the server requirement.

Required plugins are still installed locally on your device. The signaling server stores requirement metadata only; it does not run plugin code.

Capability Grants

Plugins must ask for capabilities before using sensitive features.

Examples:

Capability areaWhy a plugin might ask
MessagesSend messages, read current messages, moderate messages, or render embeds.
Users and rolesRead member lists, create plugin users, or manage users.
Voice and mediaPlay audio, add an audio stream, add a video stream, or adjust volume.
UIAdd pages, settings pages, side panels, toolbar buttons, or DOM elements.
StorageSave plugin preferences locally or per server.

Only grant capabilities to plugins you trust.

Manage Plugins

The Plugin Manager lets you:

  • activate, deactivate, reload, or unload plugins;
  • grant or revoke capabilities;
  • inspect plugin logs;
  • see plugin UI contribution counts;
  • review server plugin requirements;
  • uninstall plugins.

Plugin Safety Notes

Plugins are browser-safe JavaScript modules loaded by the client. They do not run on the signaling server. A plugin can only call privileged MetoYou APIs when its manifest declares the capability and you grant it.