mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Fix minor typo
This commit is contained in:
parent
f4e676339d
commit
3abb1129ee
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue