mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Forgot about lore edit permission
This commit is contained in:
parent
55b4aedb3a
commit
8d558a62f0
7 changed files with 64 additions and 22 deletions
|
|
@ -273,15 +273,17 @@ disable-merge-over:
|
|||
# Settings for lore modification
|
||||
lore_edit:
|
||||
book_and_quil:
|
||||
# permission is ca.lore.book_and_quil
|
||||
use_permission: true
|
||||
# permission is ca.lore_edit.book
|
||||
append: false
|
||||
remove: false
|
||||
paper:
|
||||
use_permission: true
|
||||
# permission is ca.lore_edit.paper
|
||||
append_line: false
|
||||
remove_line: false
|
||||
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
|
||||
order: end
|
||||
order: "end"
|
||||
|
||||
# Whether to show debug logging
|
||||
debug_log: false
|
||||
|
|
|
|||
|
|
@ -42,13 +42,19 @@ permissions:
|
|||
# color permissions
|
||||
ca.color.code:
|
||||
default: op
|
||||
description: Allow player to use color code if permission is required (toggleable)
|
||||
description: Allow player to use color code if enabled (toggleable)
|
||||
ca.color.hex:
|
||||
default: op
|
||||
description: Allow player to use hexadecimal color if permission is required (toggleable)
|
||||
description: Allow player to use hexadecimal color if enabled (toggleable)
|
||||
# lore edit permissions
|
||||
ca.lore_edit.book:
|
||||
default: op
|
||||
description: Allow player to edit lore via book and quil if enabled (toggleable)
|
||||
ca.lore_edit.paper:
|
||||
default: op
|
||||
description: Allow player to edit lore via paper if enabled (toggleable)
|
||||
|
||||
|
||||
# soft depend on old name (UnsafeEnchantsPlus), so I can disable it if it is on the same server (old name for this plugin)
|
||||
# soft depend on old name of this plugin (UnsafeEnchantsPlus), so I can disable it if it is on the same server
|
||||
# Also depend to other plugin for compatibility
|
||||
softdepend:
|
||||
- UnsafeEnchantsPlus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue