-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from ACaiCat/cai
文档:为HelpPlus添加文档
- Loading branch information
Showing
2 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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官方群等 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters