mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
update default config
This commit is contained in:
parent
d03d2a0444
commit
3b8a8fa590
2 changed files with 26 additions and 6 deletions
|
|
@ -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
|
# If uncommented. 2 unbreaking II book would not give an unbreaking III book. but unbreaking III book can still be applied
|
||||||
#minecraft:unbreaking: 2
|
#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
|
# Settings for lore modification
|
||||||
lore_edit:
|
lore_edit:
|
||||||
book_and_quil:
|
book_and_quil:
|
||||||
|
|
@ -318,7 +327,7 @@ lore_edit:
|
||||||
# Permission is ca.lore_edit.paper
|
# Permission is ca.lore_edit.paper
|
||||||
use_permission: true
|
use_permission: true
|
||||||
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
|
# 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:
|
append_line:
|
||||||
# If adding lore line using paper is enabled
|
# If adding lore line using paper is enabled
|
||||||
|
|
@ -338,6 +347,7 @@ lore_edit:
|
||||||
allow_color_code: true
|
allow_color_code: true
|
||||||
allow_hexadecimal_color: true
|
allow_hexadecimal_color: true
|
||||||
color_use_cost: 0
|
color_use_cost: 0
|
||||||
|
use_cost: 0
|
||||||
|
|
||||||
remove_line:
|
remove_line:
|
||||||
# If removing lore line using paper is enabled
|
# 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.
|
# ProtocoLib may also be used if the server is in an "unsupported" version even if this option is disabled.
|
||||||
force_protocolib: false
|
force_protocolib: false
|
||||||
|
|
||||||
configVersion: 1.8.0
|
configVersion: 1.11.0
|
||||||
|
|
|
||||||
|
|
@ -267,8 +267,17 @@ enchant_values:
|
||||||
disable-merge-over:
|
disable-merge-over:
|
||||||
# Sharpness is set to -1. it equivalent to it not being set to anything (and work as vanilla)
|
# Sharpness is set to -1. it equivalent to it not being set to anything (and work as vanilla)
|
||||||
minecraft:sharpness: -1
|
minecraft:sharpness: -1
|
||||||
# If uncommented. 2 unbreaking II book would not give an unbreaking III book. but unbreaking III book can still be applied
|
# If uncommented. 2 unbreaking II book would not give an unbreaking III book. but unbreaking III book can still be applied
|
||||||
#minecraft:unbreaking: 2
|
# 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
|
# Settings for lore modification
|
||||||
lore_edit:
|
lore_edit:
|
||||||
|
|
@ -318,7 +327,7 @@ lore_edit:
|
||||||
# Permission is ca.lore_edit.paper
|
# Permission is ca.lore_edit.paper
|
||||||
use_permission: true
|
use_permission: true
|
||||||
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
|
# 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:
|
append_line:
|
||||||
# If adding lore line using paper is enabled
|
# If adding lore line using paper is enabled
|
||||||
|
|
@ -338,6 +347,7 @@ lore_edit:
|
||||||
allow_color_code: true
|
allow_color_code: true
|
||||||
allow_hexadecimal_color: true
|
allow_hexadecimal_color: true
|
||||||
color_use_cost: 0
|
color_use_cost: 0
|
||||||
|
use_cost: 0
|
||||||
|
|
||||||
remove_line:
|
remove_line:
|
||||||
# If removing lore line using paper is enabled
|
# 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.
|
# ProtocoLib may also be used if the server is in an "unsupported" version even if this option is disabled.
|
||||||
force_protocolib: false
|
force_protocolib: false
|
||||||
|
|
||||||
configVersion: 1.8.0
|
configVersion: 1.11.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue