mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-02 11:21:20 +01:00
!config item change
This commit is contained in:
parent
b4d1d78b14
commit
5394ec8d0d
@ -80,7 +80,7 @@ public class ConfigItem {
|
||||
return;
|
||||
|
||||
ItemMeta meta = item.getItemMeta();
|
||||
meta.setDisplayName(ChatColor.translateAlternateColorCodes('&', getName()));
|
||||
meta.setDisplayName(MythicLib.plugin.parseColors(getName()));
|
||||
meta.addItemFlags(ItemFlag.values());
|
||||
|
||||
if (hasLore()) {
|
||||
|
Loading…
Reference in New Issue
Block a user