Skip to content

Commit

Permalink
update: 项目基础维护
Browse files Browse the repository at this point in the history
  • Loading branch information
BingZi-233 committed May 20, 2024
1 parent 990e1f3 commit 028fdfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- BilibiliVideo.command.use - 使用命令的权限
- BilibiliVideo.command.reload - 重载配置文件的权限,默认仅OP可用
- BilibiliVideo.command.login - 绑定命令的权限,默认全员可用
- BilibiliVideo.command.login.other - 绑定命令的权限,需要额外分配(不建议进行分配,该权限可为别人绑定账户)
- BilibiliVideo.command.unbind - 绑定命令的权限,默认仅OP可用
- BilibiliVideo.command.show - 查看命令的权限,默认全员可用
- BilibiliVideo.command.logout - 清理Cookie命令的权限,默认全员可用
Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ taboolib {
install(UNIVERSAL)
install(BUKKIT_ALL)
}
version { taboolib = "6.1.2-beta3" }
version {
taboolib = "6.1.2-beta4"
}
relocate("com.google.zxing", "online.bingzi.libs.zxing")
relocate("com.google.gson", "online.bingzi.libs.gson")
relocate("com.github.benmanes.caffeine", "online.bingzi.libs.caffeine")
Expand Down

0 comments on commit 028fdfb

Please sign in to comment.