From 6019104146c9d629fb2da2190b309021424bfeda Mon Sep 17 00:00:00 2001 From: ArcticZeroo Date: Mon, 8 Jan 2018 14:04:57 -0500 Subject: [PATCH] Longer quest lore --- .../Mineplex.Core/src/mineplex/core/quests/shop/QuestPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/quests/shop/QuestPage.java b/Plugins/Mineplex.Core/src/mineplex/core/quests/shop/QuestPage.java index bb6e8f047..6b33ce03b 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/quests/shop/QuestPage.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/quests/shop/QuestPage.java @@ -85,7 +85,7 @@ public class QuestPage extends ShopPageBase ItemMeta meta = item.getItemMeta(); meta.setDisplayName(ChatColor.YELLOW + "" + ChatColor.BOLD + quest.getName()); - List lore = UtilText.splitLine(ChatColor.LIGHT_PURPLE + quest.getTask(), 48); + List lore = UtilText.splitLine(ChatColor.LIGHT_PURPLE + quest.getTask(), LineFormat.LORE); lore.addAll(Arrays.asList( "", ChatColor.GRAY + "Cost: " + ChatColor.GREEN + quest.getCost() + " Gems",