Skip to content

Commit

Permalink
添加自有数据库和删除绑定命令
Browse files Browse the repository at this point in the history
Fix #5
  • Loading branch information
DreamVoid committed Jul 19, 2022
1 parent c1ff709 commit 40ffd1a
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 71 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ Whitelist4QQ 是一个基于 [MiraiMC](https://github.com/DreamVoid/MiraiMC) 的
默认配置文件可以在这里找到:https://github.com/DreamVoid/Whitelist4QQ/blob/main/src/main/resources/config.yml
## 指令和权限
### 指令
| 命令 | 描述 | 权限 | 别名 |
| ---------------------------- | ---------------------- | ---------- | ------- |
| /whitelist4qq | 插件主命令 | whitelist4qq.command.whitelist4qq | qwl, qwhitelist |
| /whitelist4qq reload | 重新加载配置文件 | whitelist4qq.command.whitelist4qq.reload |
| 命令 | 描述 | 权限 | 别名 |
|----------------------------|----------|------------------------------------------| ------- |
| /whitelist4qq | 插件主命令 | whitelist4qq.command.whitelist4qq | qwl, qwhitelist |
| /whitelist4qq reload | 重新加载配置文件 | whitelist4qq.command.whitelist4qq.reload |
| /whitelist4qq remove <玩家名> | 移除玩家的绑定 | whitelist4qq.command.whitelist4qq.remove |

### 权限
| 权限节点 | 描述 | 默认 |
| ---------------------------- | ---------------------- | ---------- |
| whitelist4qq.command.whitelist4qq | 允许使用 /whitelist4qq | YES |
| 权限节点 | 描述 | 默认 |
| ---------------------------- |---------------------------| ---------- |
| whitelist4qq.command.whitelist4qq | 允许使用 /whitelist4qq | YES |
| whitelist4qq.command.whitelist4qq.reload | 允许使用 /whitelist4qq reload | OP |
| whitelist4qq.command.whitelist4qq.remove | 允许使用 /whitelist4qq remove | OP |
Loading

0 comments on commit 40ffd1a

Please sign in to comment.