mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-29 03:21:32 +01:00
Info button
This commit is contained in:
parent
31fc886b2c
commit
30c06bb476
@ -209,7 +209,8 @@ public class GuiManager {
|
|||||||
ItemStack next = Jobs.getGCManager().guiInfoButton;
|
ItemStack next = Jobs.getGCManager().guiInfoButton;
|
||||||
ItemMeta meta = next.getItemMeta();
|
ItemMeta meta = next.getItemMeta();
|
||||||
|
|
||||||
meta.setDisplayName(LC.info_nextPageHover.getLocale());
|
meta.setDisplayName(" ");
|
||||||
|
meta.setLore(Jobs.getLanguage().getMessageList("command.info.gui.infoLore"));
|
||||||
next.setItemMeta(meta);
|
next.setItemMeta(meta);
|
||||||
|
|
||||||
gui.addButton(new CMIGuiButton(Jobs.getGCManager().InfoButtonSlot - 1, next) {
|
gui.addButton(new CMIGuiButton(Jobs.getGCManager().InfoButtonSlot - 1, next) {
|
||||||
|
@ -357,6 +357,7 @@ public class LanguageManager {
|
|||||||
c.get("command.info.gui.working", "&2&nAlready working");
|
c.get("command.info.gui.working", "&2&nAlready working");
|
||||||
c.get("command.info.gui.cantJoin", "&cYou can't join to the selected job.");
|
c.get("command.info.gui.cantJoin", "&cYou can't join to the selected job.");
|
||||||
c.get("command.info.gui.max", "&eMax level:&f ");
|
c.get("command.info.gui.max", "&eMax level:&f ");
|
||||||
|
c.get("command.info.gui.infoLore", Arrays.asList("&7Close"));
|
||||||
|
|
||||||
c.get("command.info.output.break.info", "&eBreak");
|
c.get("command.info.output.break.info", "&eBreak");
|
||||||
c.get("command.info.output.break.none", "%jobname% does not get money for breaking blocks.");
|
c.get("command.info.output.break.none", "%jobname% does not get money for breaking blocks.");
|
||||||
|
Loading…
Reference in New Issue
Block a user