mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add permission and config option in the config file.
This commit is contained in:
parent
c7f1b63c78
commit
7a19632150
3 changed files with 103 additions and 37 deletions
|
|
@ -39,6 +39,14 @@ permissions:
|
|||
ca.config.edit:
|
||||
default: op
|
||||
description: Allow administrator to edit the plugin's config in game
|
||||
# color permissions
|
||||
ca.color.code:
|
||||
default: op
|
||||
description: Allow player to use color code if permission is required (toggleable)
|
||||
ca.color.hex:
|
||||
default: op
|
||||
description: Allow player to use hexadecimal color if permission is required (toggleable)
|
||||
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue