From fbc3a0418bf1f8feeebd7d8fbd67d0184b8cc4d1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 10 Aug 2021 14:34:35 +0100 Subject: [PATCH] Changed unsafe behaviour --- eco-core/core-plugin/src/main/resources/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 48042559..2d5a817a 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -12,7 +12,7 @@ commands: anvil: rework-cost: false # Use vanilla rework penalty allow-unsafe-levels: false # Allow unsafe enchantments like Sharpness 6 by combining 2 Sharp 5. - allow-combining-unsafe: true # Allow further combining unsafe levels, eg Sharp 6 + Sharp 6 = Sharp 7. + allow-combining-unsafe: false # Allow further combining unsafe levels, eg Sharp 6 + Sharp 6 = Sharp 7. allow-existing-unsafe-levels: true # Allow combining existing unsafe enchantments like Sharpness 6 cost-exponent: # Increase value of each extra level by the exponent^levels @@ -27,6 +27,12 @@ lore: use-numerals: true use-numbers-above-threshold: 10 # After level 10, enchantments will display as Name Number, eg: Sharpness 25 instead of Sharpness XXV + # If above max level enchantments should be formatted differently + # Format is available in lang.yml + above-max-level: + reformat: true + + sort-by-type: false # Sort enchantments by type sort-by-length: false # Sort enchantments by length sort-by-rarity: false # Sort enchantments by rarity.