Fixed description wrapping
This commit is contained in:
@@ -143,6 +143,7 @@ public class EnchantmentCache {
|
||||
|
||||
name = StringUtils.format(name);
|
||||
|
||||
description.replaceAll(line -> line.replace("§r", "§r" + PLUGIN.getDisplayModule().getOptions().getDescriptionOptions().getColor()));
|
||||
description.replaceAll(line -> Display.PREFIX + PLUGIN.getDisplayModule().getOptions().getDescriptionOptions().getColor() + line);
|
||||
|
||||
Map<Integer, List<String>> levelDescription = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user