Skip to content

Commit

Permalink
🐛 fix command permission
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Jun 10, 2024
1 parent 9b4dcd6 commit 625f530
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ object HashBookCommand {
})

val command = CommandAPICommand("hashbook")
.withPermission("xasmc.hashbook.command.hashbook")
.withSubcommands(
reloadCommand,
calcHashCommand,
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ softdepend:
- NBTAPI

permissions:
"xasmc.hashbook.command.hashbook":
default: not op
"xasmc.hashbook.command.reload":
default: op
"xasmc.hashbook.command.calchash":
Expand Down

0 comments on commit 625f530

Please sign in to comment.