Skip to content

Commit

Permalink
fix permissions label
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Oct 26, 2024
1 parent fdc6016 commit a975870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'org.evlis'
version = '0.3.8'
version = '0.3.9'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void defCommand(CommandSender sender) {
}

@Subcommand("status")
@CommandPermission("myplugin.command.status")
@CommandPermission("luma.command.status")
@Description("Displays the status of plugin variables")
public void onStatus(CommandSender sender) {
// Display GlobalVars status
Expand Down

0 comments on commit a975870

Please sign in to comment.