mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Added job color to GUI
This commit is contained in:
parent
efa4d7bf28
commit
d9faa022e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user