Forgot about lore edit permission

This commit is contained in:
alexcrea 2025-03-06 21:51:28 +01:00
parent 55b4aedb3a
commit 8d558a62f0
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
7 changed files with 64 additions and 22 deletions

View file

@ -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

View file

@ -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