mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
update default configs
This commit is contained in:
parent
6958bd0aff
commit
0c0df6b856
2 changed files with 52 additions and 36 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue