mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Lore edit config values
This commit is contained in:
parent
cf022cf36c
commit
55b4aedb3a
5 changed files with 140 additions and 14 deletions
|
|
@ -270,6 +270,19 @@ disable-merge-over:
|
|||
# If uncommented. 2 unbreaking II book would not give an unbreaking III book. but unbreaking III book can still be applied
|
||||
#minecraft:unbreaking: 2
|
||||
|
||||
# Settings for lore modification
|
||||
lore_edit:
|
||||
book_and_quil:
|
||||
# permission is ca.lore.book_and_quil
|
||||
use_permission: true
|
||||
append: false
|
||||
remove: false
|
||||
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
|
||||
|
||||
# Whether to show debug logging
|
||||
debug_log: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue