Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Nov 22, 2022
1 parent cb6e3db commit 29a5e9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ check_update: true
# The path to install the plugin, should be one of the value of 'plugin_directories' of the MCDR config
# 安装插件的位置,应是 MCDR 配置中的 'plugin_directories' 中的一个
install_path: plugins

# Proxy addresses, both http and https is optional
# 代理地址,http 与 https 都是可选的
proxy:
http:
https:
```
Follow the comments and modify the config, use `!!MCDR plg reload mcdreforged_plugin_manager` to reload the config
Expand Down
6 changes: 6 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ check_update: true
# The path to install the plugin, should be one of the value of 'plugin_directories' of the MCDR config
# 安装插件的位置,应是 MCDR 配置中的 'plugin_directories' 中的一个
install_path: plugins

# Proxy addresses, both http and https is optional
# 代理地址,http 与 https 都是可选的
proxy:
http:
https:
```
根据注释修改配置,使用 `!!MCDR plg reload mcdreforged_plugin_manager` 重载配置
Expand Down

0 comments on commit 29a5e9b

Please sign in to comment.