Skip to content

Commit

Permalink
Merge pull request #80 from ACaiCat/cai
Browse files Browse the repository at this point in the history
文档:为HelpPlus添加文档
  • Loading branch information
ACaiCat authored May 3, 2024
2 parents 3219d3f + bcf8199 commit a8c5a47
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 10 deletions.
52 changes: 42 additions & 10 deletions HelpPlus/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,46 @@
# HelpPlus (更好的帮助)
# HelpPlus 更好的帮助

----------
## 安装方法:
- 作者: Cai
- 出处: 此仓库
- 修复/help指令无法使用的问题
- 为/help添加简短提示
- 为/help <命令> 可以看见更详细的命令帮助

**1.将插件安装在ServerPlugins/
2.重启服务器**
## 更新日志

```
- v1.0.0 修复Help需要权限的奇怪问题
```

--------
## 功能:
**•修复/help指令无法使用的问题
•为/help添加简短提示
•为/help <命令> 可以看见更详细的命令帮助**
## 指令

```
/help <页码> 查看命令列表
/help <命令> 查看命令的详细帮助
```

## 配置

```json
{
"简短提示开关": true,
"简短提示对应": {
"user": "用户管理",
"login": "登录",
"logout": "登出",
"password": "修改密码",
"register": "注册",
"accountinfo": "账号信息",
"ban": "封禁",
"broadcast": "广播",
......
"deal": "交易",
"igen": "快速构建",
"relive": "复活NPC",
"bossinfo": "进度查询"
}
}
```
## 反馈
- 共同维护的插件库:https://github.com/Controllerdestiny/TShockPlugin
- 国内社区trhub.cn 或 TShock官方群等
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@
| [CaiLib](CaiLib/README.md) | Cai 的前置库 ||
| [GenerateMap](GenerateMap/README.md) | 生成地图图片 | CaiLib |
| [WikiLangPackLoader](WikiLangPackLoader/README.md) | 为服务器加载 Wiki 语言包 ||
| [HelpPlus](HelpPlus/README.md) | 修复和增强Help命令 ||

0 comments on commit a8c5a47

Please sign in to comment.