Skip to content

Commit

Permalink
readme, doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Apr 23, 2022
1 parent 9aa5f92 commit 0f72d81
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Follow the comments and modify the config, use `!!MCDR plg reload mcdreforged_pl
- `labels` can be a single label or multiple labels split by `,`. Accepted labels: `information`, `tool`, `management`, `api`
- `!!mpm search <query>`: Search plugins based on the keyword
- `!!mpm info <plugin_id>`: Show detailed information of a plugin
- `!!mpm install <plugin_id>`: Install a plugin, as well as its plugin dependencies and its required python packages
- `!!mpm uninstall <plugin_id>`: Uninstall a plugin
- `!!mpm upgrade <plugin_id>`: Upgrade a plugin to the latest version
- `!!mpm install <plugin_ids>`: Install plugins, as well plugin dependencies and required python packages
- `!!mpm uninstall <plugin_ids>`: Uninstall plugins
- `!!mpm upgrade <plugin_ids>`: Upgrade plugins to the latest version
- `!!mpm confirm`: Confirm the operation
- `!!mpm checkupdate`: Manually check update for all installed plugins
- `!!mpm checkupdate`: Manually check update for all installed plugins
8 changes: 4 additions & 4 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ install_path: plugins
- `labels` 可以是一个标签或多个被 `,` 分割的标签。接受的标签:`information`, `tool`, `management`, `api`
- `!!mpm search <query>`: 根据关键词搜索插件
- `!!mpm info <plugin_id>`: 显示一个插件的详细信息
- `!!mpm install <plugin_id>`: 安装一个插件,其依赖的插件和 Python 包将会一并安装
- `!!mpm uninstall <plugin_id>`: 卸载一个插件
- `!!mpm upgrade <plugin_id>`: 将一个插件更新至最新版本
- `!!mpm install <plugin_ids>`: 安装插件,其依赖的插件和 Python 包将会一并安装
- `!!mpm uninstall <plugin_ids>`: 卸载插件
- `!!mpm upgrade <plugin_ids>`: 将插件更新至最新版本
- `!!mpm confirm`: 确认操作
- `!!mpm checkupdate`: 手动对所有插件检查更新
- `!!mpm checkupdate`: 手动对所有插件检查更新
6 changes: 3 additions & 3 deletions lang/en_us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mcdreforged_plugin_manager:
§alabels§r can be a single label or multiple labels split by §6,§r. Accepted labels: §6information§r, §6tool§r, §6management§r, §6api§r
§6{prefix} search §b<query>§r: Search plugins based on the keyword
§6{prefix} info §b<plugin_id>§r: Show detailed information of a plugin
§6{prefix} install §b<plugin_id>§r: Install a plugin, as well as its plugin dependencies and its required python packages
§6{prefix} uninstall §b<plugin_id>§r: Uninstall a plugin
§6{prefix} upgrade §b<plugin_id>§r: Upgrade a plugin to the latest version
§6{prefix} install §b<plugin_ids>§r: Install plugins, as well as plugin dependencies and required python packages
§6{prefix} uninstall §b<plugin_ids>§r: Uninstall plugins
§6{prefix} upgrade §b<plugin_ids>§r: Upgrade plugins to the latest version
§6{prefix} confirm§r: Confirm the operation
§6{prefix} checkupdate§r: Manually check update for all installed plugins
help_summary: Manage your mcdreforged plugins with ease
Expand Down
6 changes: 3 additions & 3 deletions lang/zh_cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mcdreforged_plugin_manager:
§alabels§r 可以是一个标签或多个被 §6,§r 分割的标签。接受的标签:§6information§r, §6tool§r, §6management§r, §6api§r
§6{prefix} search §b<query>§r: 根据关键词搜索插件
§6{prefix} info §b<plugin_id>§r: 显示一个插件的详细信息
§6{prefix} install §b<plugin_id>§r: 安装一个插件,其依赖的插件和 Python 包将会一并安装
§6{prefix} uninstall §b<plugin_id>§r: 卸载一个插件
§6{prefix} upgrade §b<plugin_id>§r: 将一个插件更新至最新版本
§6{prefix} install §b<plugin_ids>§r: 安装插件,其依赖的插件和 Python 包将会一并安装
§6{prefix} uninstall §b<plugin_ids>§r: 卸载插件
§6{prefix} upgrade §b<plugin_ids>§r: 将插件更新至最新版本
§6{prefix} confirm§r: 确认操作
§6{prefix} checkupdate§r: 手动对所有插件检查更新
help_summary: 轻松管理你的 MCDReforged 插件
Expand Down

0 comments on commit 0f72d81

Please sign in to comment.