cry
This commit is contained in:
@ -23,7 +23,7 @@ public class ShopTypeButton extends Button {
|
||||
|
||||
return new ItemBuilder(shopType.getMaterial())
|
||||
.durability(shopType.getData())
|
||||
.name(shopType.getName())
|
||||
.name("&d&l" + shopType.getName())
|
||||
.lore(loreList)
|
||||
.hideFlags()
|
||||
.build();
|
||||
|
@ -42,7 +42,7 @@ public class BlocksMenu extends Menu {
|
||||
buttons.put(22, new ShopButton("End Stone", Material.ENDER_STONE, 0, 12, Material.IRON_INGOT, "Iron", ChatColor.WHITE,24, false));
|
||||
buttons.put(23, new ShopButton("Ladder", Material.LADDER, 0, 8, Material.IRON_INGOT, "Iron", ChatColor.WHITE,4, false));
|
||||
buttons.put(24, new ShopButton("Wood", Material.WOOD, 0, 12, Material.GOLD_INGOT, "Gold", ChatColor.GOLD,4, false));
|
||||
buttons.put(25, new ShopButton("Obsidian", Material.OBSIDIAN, 0, 4, Material.EMERALD, "Emerald", ChatColor.GREEN,4, false));
|
||||
buttons.put(25, new ShopButton("Obsidian", Material.OBSIDIAN, 0, 4, Material.EMERALD, "Emeralds", ChatColor.DARK_GREEN,4, false));
|
||||
|
||||
fillEmptySlots(buttons, new ItemBuilder(Material.STAINED_GLASS_PANE).durability(7).name(" ").build());
|
||||
|
||||
|
Reference in New Issue
Block a user