Fix minor typo

This commit is contained in:
alexcrea 2024-03-02 20:59:56 +01:00
parent f4e676339d
commit 3abb1129ee
2 changed files with 3 additions and 3 deletions

View file

@ -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.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.bypass.level: Allow player to bypass every level limit (no custom limit)
ca.command.reload: Allow administrator to reload the plugin's configs 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 ### Commands
```yml ```yml

View file

@ -39,9 +39,9 @@ permissions:
description: Allow administrator to reload the plugin's configs description: Allow administrator to reload the plugin's configs
ca.config.edit: ca.config.edit:
default: op 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 # as it is the old name for this plugin
softdepend: softdepend:
- UnsafeEnchantsPlus - UnsafeEnchantsPlus