We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a5bb6 commit cba3d5cCopy full SHA for cba3d5c
src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java
@@ -743,7 +743,7 @@ public List<ComponentPackage> getSignText(@NotNull String locale) {
743
}
744
745
// TODO No-longer use SHOP_SIGN_PREFIX since we use modern storage method. Pending for deletion.
746
- lines.add(new ComponentPackage(new ComponentBuilder().appendLegacy(SHOP_SIGN_PREFIX).appendLegacy(line2).create()));
+ lines.add(new ComponentPackage(new ComponentBuilder().appendLegacy(SHOP_SIGN_PREFIX).color(ChatColor.RESET).appendLegacy(line2).create()));
747
748
//line 3
749
if (plugin.getConfiguration().getBoolean("shop.force-use-item-original-name") || !this.getItem().hasItemMeta() || !this.getItem().getItemMeta().hasDisplayName()) {
0 commit comments