mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +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)
|
if (z == info.size() - 1)
|
||||||
continue;
|
continue;
|
||||||
ItemMeta meta = GuiItem.getItemMeta();
|
ItemMeta meta = GuiItem.getItemMeta();
|
||||||
meta.setDisplayName(job.getName());
|
meta.setDisplayName(job.getChatColor()+job.getName());
|
||||||
meta.setLore(Lore);
|
meta.setLore(Lore);
|
||||||
GuiItem.setItemMeta(meta);
|
GuiItem.setItemMeta(meta);
|
||||||
//GuiInv.setItem(i, GuiItem);
|
//GuiInv.setItem(i, GuiItem);
|
||||||
|
Loading…
Reference in New Issue
Block a user