update default configs

This commit is contained in:
alexcrea 2025-03-18 17:07:31 +01:00
parent 90db843417
commit 62d32fcd7e
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
2 changed files with 52 additions and 36 deletions

View file

@ -288,6 +288,13 @@ lore_edit:
shared_additive: false shared_additive: false
# If adding the lore consume the book & quil # If adding the lore consume the book & quil
do_consume: false do_consume: false
# Allow using color code and hexadecimal color when editing lore via book & quil
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
remove: remove:
# If removing lore using book & quil is enabled # If removing lore using book & quil is enabled
@ -300,15 +307,12 @@ lore_edit:
shared_increase: false shared_increase: false
# Increase shared left item cost penalty # Increase shared left item cost penalty
shared_additive: false shared_additive: false
# If removing the lore consume the book & quil
# Allow using color code and hexadecimal color when editing lore via book & quil do_consume: false
# # If the color should get back to color code or hex format
# Color code are prefixed by "&" and hexadecimal color by "#" remove_color_on_remove: true
# Color code will not be applied if it colors nothing. "&&" can be used to write "&" # Cost of replacing colors
color: remove_color_cost: 0
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
paper: paper:
# Permission is ca.lore_edit.paper # Permission is ca.lore_edit.paper
@ -327,6 +331,13 @@ lore_edit:
shared_additive: false shared_additive: false
# If adding the lore line consume the paper # If adding the lore line consume the paper
do_consume: false do_consume: false
# Allow using color code and hexadecimal color when editing lore via book & quil
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
allow_color_code: true
allow_hexadecimal_color: true
color_use_cost: 0
remove_line: remove_line:
# If removing lore line using paper is enabled # If removing lore line using paper is enabled
@ -337,15 +348,12 @@ lore_edit:
shared_increase: false shared_increase: false
# Increase shared left item cost penalty # Increase shared left item cost penalty
shared_additive: false shared_additive: false
# If removing the lore line consume the paper
# Allow using color code and hexadecimal color when editing lore via book & quil do_consume: false
# # If the color should get back to color code or hex format
# Color code are prefixed by "&" and hexadecimal color by "#" remove_color_on_remove: true
# Color code will not be applied if it colors nothing. "&&" can be used to write "&" # Cost of replacing colors
color: remove_color_cost: 0
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
# Whether to show debug logging # Whether to show debug logging
debug_log: false debug_log: false

View file

@ -288,6 +288,13 @@ lore_edit:
shared_additive: false shared_additive: false
# If adding the lore consume the book & quil # If adding the lore consume the book & quil
do_consume: false do_consume: false
# Allow using color code and hexadecimal color when editing lore via book & quil
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
remove: remove:
# If removing lore using book & quil is enabled # If removing lore using book & quil is enabled
@ -300,15 +307,12 @@ lore_edit:
shared_increase: false shared_increase: false
# Increase shared left item cost penalty # Increase shared left item cost penalty
shared_additive: false shared_additive: false
# If removing the lore consume the book & quil
# Allow using color code and hexadecimal color when editing lore via book & quil do_consume: false
# # If the color should get back to color code or hex format
# Color code are prefixed by "&" and hexadecimal color by "#" remove_color_on_remove: true
# Color code will not be applied if it colors nothing. "&&" can be used to write "&" # Cost of replacing colors
color: remove_color_cost: 0
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
paper: paper:
# Permission is ca.lore_edit.paper # Permission is ca.lore_edit.paper
@ -327,6 +331,13 @@ lore_edit:
shared_additive: false shared_additive: false
# If adding the lore line consume the paper # If adding the lore line consume the paper
do_consume: false do_consume: false
# Allow using color code and hexadecimal color when editing lore via book & quil
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
allow_color_code: true
allow_hexadecimal_color: true
color_use_cost: 0
remove_line: remove_line:
# If removing lore line using paper is enabled # If removing lore line using paper is enabled
@ -337,15 +348,12 @@ lore_edit:
shared_increase: false shared_increase: false
# Increase shared left item cost penalty # Increase shared left item cost penalty
shared_additive: false shared_additive: false
# If removing the lore line consume the paper
# Allow using color code and hexadecimal color when editing lore via book & quil do_consume: false
# # If the color should get back to color code or hex format
# Color code are prefixed by "&" and hexadecimal color by "#" remove_color_on_remove: true
# Color code will not be applied if it colors nothing. "&&" can be used to write "&" # Cost of replacing colors
color: remove_color_cost: 0
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
# Whether to show debug logging # Whether to show debug logging
debug_log: false debug_log: false