Skip to content

Commit

Permalink
Fix permission default
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Feb 28, 2023
1 parent 69538ef commit 4f9ebfc
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 @@ -19,7 +19,7 @@ static def determineVersion(String defaultVersion) {
}

group = 'dev.mikchan.mcnp'
version = determineVersion('1.1.0')
version = determineVersion('1.1.1')

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ permissions:
default: op

mcn.chat.spy:
default: true
default: op

mcn.chat.admin.*:
default: op
Expand Down

0 comments on commit 4f9ebfc

Please # to comment.