From b28a0560d4611f07cb8e1c311ba12cd25675a93d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 11 May 2023 17:31:04 +0100 Subject: [PATCH] Decreased word wrap threshold --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 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 1186ab48..b63be9c2 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -77,7 +77,7 @@ display: descriptions: enabled: true # If enchantment descriptions should be shown in lore threshold: 5 # Above this amount, enchantment descriptions will not be shown - word-wrap: 36 # Number of characters to have on each line + word-wrap: 27 # Number of characters to have on each line format: "&8" require-enchantable: true # If EcoEnchants should not display on non-enchantable items.