update default config

This commit is contained in:
alexcrea 2025-07-24 04:33:55 +02:00
parent d03d2a0444
commit 3b8a8fa590
Signed by: alexcrea
GPG key ID: E346CD16413450E3
2 changed files with 26 additions and 6 deletions

View file

@ -270,6 +270,15 @@ 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
# The maximum number of enchantment an item can get. -1 for infinity
# Use eco enchant enchant_limit if present by default unless "default" is not equal to -1
enchantment_count_limit:
default: -1
# Limit for specific items. example bellow is an example with stick
# Per item enchantment limit override eco enchant enchant_limit and default limit
items:
stick: -1
# Settings for lore modification
lore_edit:
book_and_quil:
@ -318,7 +327,7 @@ lore_edit:
# Permission is ca.lore_edit.paper
use_permission: true
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
order: "end"
order: end
append_line:
# If adding lore line using paper is enabled
@ -338,6 +347,7 @@ lore_edit:
allow_color_code: true
allow_hexadecimal_color: true
color_use_cost: 0
use_cost: 0
remove_line:
# If removing lore line using paper is enabled
@ -367,4 +377,4 @@ debug_log_verbose: false
# ProtocoLib may also be used if the server is in an "unsupported" version even if this option is disabled.
force_protocolib: false
configVersion: 1.8.0
configVersion: 1.11.0

View file

@ -270,6 +270,15 @@ 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
# The maximum number of enchantment an item can get. -1 for infinity
# Use eco enchant enchant_limit if present by default unless "default" is not equal to -1
enchantment_count_limit:
default: -1
# Limit for specific items. example bellow is an example with stick
# Per item enchantment limit override eco enchant enchant_limit and default limit
items:
stick: -1
# Settings for lore modification
lore_edit:
book_and_quil:
@ -318,7 +327,7 @@ lore_edit:
# Permission is ca.lore_edit.paper
use_permission: true
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
order: "end"
order: end
append_line:
# If adding lore line using paper is enabled
@ -338,6 +347,7 @@ lore_edit:
allow_color_code: true
allow_hexadecimal_color: true
color_use_cost: 0
use_cost: 0
remove_line:
# If removing lore line using paper is enabled
@ -367,4 +377,4 @@ debug_log_verbose: false
# ProtocoLib may also be used if the server is in an "unsupported" version even if this option is disabled.
force_protocolib: false
configVersion: 1.8.0
configVersion: 1.11.0