diff --git a/README.md b/README.md index 56ccb30..4019f00 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ca.affected: Player with this permission will be affected by the plugin ca.bypass.fuse: Allow player to combine every enchantments to every item (no custom limit) ca.bypass.level: Allow player to bypass every level limit (no custom limit) ca.command.reload: Allow administrator to reload the plugin's configs -ca.config.edit: Allow administrator to reload the plugin's configs in game +ca.config.edit: Allow administrator to edit the plugin's config in game ``` ### Commands ```yml diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index daa728f..13eb3a6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -39,9 +39,9 @@ permissions: description: Allow administrator to reload the plugin's configs ca.config.edit: default: op - description: Allow administrator to reload the plugin's configs in game + description: Allow administrator to edit the plugin's config in game -# soft depend on old name so I can disable it if it is on the same server +# soft depend on old name, so I can disable it if it is on the same server # as it is the old name for this plugin softdepend: - UnsafeEnchantsPlus \ No newline at end of file