From 0c0df6b8569130280aac344e914ed7892cf5c41c Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:07:31 +0100 Subject: [PATCH] update default configs --- defaultconfigs/1.18/config.yml | 44 ++++++++++++++++++++-------------- defaultconfigs/1.21/config.yml | 44 ++++++++++++++++++++-------------- 2 files changed, 52 insertions(+), 36 deletions(-) diff --git a/defaultconfigs/1.18/config.yml b/defaultconfigs/1.18/config.yml index 2f7dc0e..9c1ad67 100644 --- a/defaultconfigs/1.18/config.yml +++ b/defaultconfigs/1.18/config.yml @@ -288,6 +288,13 @@ lore_edit: shared_additive: false # If adding the lore consume the book & quil 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: # If removing lore using book & quil is enabled @@ -300,15 +307,12 @@ lore_edit: shared_increase: false # Increase shared left item cost penalty shared_additive: 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 "&" - color: - allow_color_code: true - allow_hexadecimal_color: true - use_cost: 0 + # If removing the lore consume the book & quil + do_consume: false + # If the color should get back to color code or hex format + remove_color_on_remove: true + # Cost of replacing colors + remove_color_cost: 0 paper: # Permission is ca.lore_edit.paper @@ -327,6 +331,13 @@ lore_edit: shared_additive: false # If adding the lore line consume the paper 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: # If removing lore line using paper is enabled @@ -337,15 +348,12 @@ lore_edit: shared_increase: false # Increase shared left item cost penalty shared_additive: 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 "&" - color: - allow_color_code: true - allow_hexadecimal_color: true - use_cost: 0 + # If removing the lore line consume the paper + do_consume: false + # If the color should get back to color code or hex format + remove_color_on_remove: true + # Cost of replacing colors + remove_color_cost: 0 # Whether to show debug logging debug_log: false diff --git a/defaultconfigs/1.21/config.yml b/defaultconfigs/1.21/config.yml index 2f7dc0e..9c1ad67 100644 --- a/defaultconfigs/1.21/config.yml +++ b/defaultconfigs/1.21/config.yml @@ -288,6 +288,13 @@ lore_edit: shared_additive: false # If adding the lore consume the book & quil 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: # If removing lore using book & quil is enabled @@ -300,15 +307,12 @@ lore_edit: shared_increase: false # Increase shared left item cost penalty shared_additive: 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 "&" - color: - allow_color_code: true - allow_hexadecimal_color: true - use_cost: 0 + # If removing the lore consume the book & quil + do_consume: false + # If the color should get back to color code or hex format + remove_color_on_remove: true + # Cost of replacing colors + remove_color_cost: 0 paper: # Permission is ca.lore_edit.paper @@ -327,6 +331,13 @@ lore_edit: shared_additive: false # If adding the lore line consume the paper 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: # If removing lore line using paper is enabled @@ -337,15 +348,12 @@ lore_edit: shared_increase: false # Increase shared left item cost penalty shared_additive: 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 "&" - color: - allow_color_code: true - allow_hexadecimal_color: true - use_cost: 0 + # If removing the lore line consume the paper + do_consume: false + # If the color should get back to color code or hex format + remove_color_on_remove: true + # Cost of replacing colors + remove_color_cost: 0 # Whether to show debug logging debug_log: false