https://github.com/cssxsh/plugin-manager
https://github.com/cssxsh/plugin-manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cssxsh/plugin-manager
- Owner: cssxsh
- License: agpl-3.0
- Created: 2022-10-21T11:53:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T04:33:20.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:13:41.079Z (over 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin Manager
> 用于 Mirai Console 的 插件 禁用/启用 管理器
[](https://github.com/cssxsh/plugin-manager/releases)

[](https://search.maven.org/artifact/xyz.cssxsh.mirai/plugin-manager)
**使用前应该查阅的相关文档或项目**
* [User Manual](https://github.com/mamoe/mirai/blob/dev/docs/UserManual.md)
* [Permission Command](https://github.com/mamoe/mirai/blob/dev/mirai-console/docs/BuiltInCommands.md#permissioncommand)
* [Chat Command](https://github.com/project-mirai/chat-command)
本插件使用 Mirai Console 的生命周期相关API进行插件管理
## 指令
* `/plugin disable `
例如 `/plugin disable "Chat Command"` (用插件名停止插件, 插件名可以从 `/status` 的返回内容知晓)
例如 `/plugin disable xyz.cssxsh.mirai.plugin.novelai-helper` (用插件ID停止插件, 可以从 `data`, `config` 文件夹知晓)
* `/plugin enable `
其 `` 和 disable 一致,用于取消插件禁用