Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 540 Bytes

File metadata and controls

27 lines (20 loc) · 540 Bytes

Command: plugins_list

List all loaded plugins. Requires manage_server permission.

Permissions

  • Requires manage_server permission.

Request:

{"cmd": "plugins_list"}

Response:

  • On success:
{
  "cmd": "plugins_list",
  "plugins": [ ...array of plugin names... ]
}

Notes:

  • User must be authenticated and have the manage_server permission.

See implementation: handlers/message.py (search for case "plugins_list":).