MELHOR LB

This commit is contained in:
nearfe 2024-06-14 14:02:01 -03:00
parent e64c943506
commit 47f4f374d1
2 changed files with 2 additions and 2 deletions

View File

@ -584,7 +584,7 @@ public class PlayerListener implements Listener {
case GOLD_INGOT:
new ShopCategoryMenu().openMenu(player);
break;
case EMERALD:
case ITEM_FRAME:
new LeaderboardsMenu().openMenu(player);
break;
case SKULL_ITEM:

View File

@ -40,7 +40,7 @@ public class ItemManager {
null,
ItemUtil.createItem(Material.GOLD_INGOT, CC.GOLD + "Shop" + CC.GRAY + " (Right Click)"),
null,
ItemUtil.createItem(Material.EMERALD, CC.GOLD + "Open Leaderboards" + CC.GRAY + " (Right Click)"),
ItemUtil.createItem(Material.ITEM_FRAME, CC.GOLD + "Open Leaderboards" + CC.GRAY + " (Right Click)"),
ItemUtil.createItem(Material.BOOK, CC.GOLD + "Kit Editor" + CC.GRAY + " (Right Click)"),
ItemUtil.createItem(Material.REDSTONE_COMPARATOR, CC.GOLD + "Settings" + CC.GRAY + " (Right Click)")
};