1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00

Added job color to GUI

This commit is contained in:
Rukes 2017-06-27 14:42:08 +02:00
parent efa4d7bf28
commit d9faa022e7

View File

@ -221,7 +221,7 @@ public class GuiManager {
if (z == info.size() - 1)
continue;
ItemMeta meta = GuiItem.getItemMeta();
meta.setDisplayName(job.getName());
meta.setDisplayName(job.getChatColor()+job.getName());
meta.setLore(Lore);
GuiItem.setItemMeta(meta);
//GuiInv.setItem(i, GuiItem);