Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void run(InventoryPreClickEvent e, HypixelPlayer p) {
@Override
public ItemStack.Builder getItem(HypixelPlayer p) {
SkyBlockPlayer player = (SkyBlockPlayer) p;
return ItemStackCreator.getStack("§aVisits and Guestings", Material.EMERALD, 1,
return ItemStackCreator.getStack("§aVisits and Guesting", Material.EMERALD, 1,
"§7Learn all about how to §a/visit",
"§7players across the SkyBlock universe!",
" ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public enum BazaarCategories {
ItemType.LEATHER, ItemType.ENCHANTED_LEATHER, ItemType.BEEF, ItemType.ENCHANTED_RAW_BEEF),
new BazaarItemSet(ItemType.PORKCHOP, "Pork",
ItemType.PORKCHOP, ItemType.ENCHANTED_PORK, ItemType.ENCHANTED_GRILLED_PORK),
new BazaarItemSet(ItemType.CHICKEN, "Chicker & Feather",
new BazaarItemSet(ItemType.CHICKEN, "Chicken & Feather",
ItemType.CHICKEN, ItemType.ENCHANTED_RAW_CHICKEN, ItemType.FEATHER, ItemType.ENCHANTED_FEATHER, ItemType.ENCHANTED_EGG, ItemType.SUPER_ENCHANTED_EGG, ItemType.OMEGA_ENCHANTED_EGG),
new BazaarItemSet(ItemType.MUTTON, "Mutton",
ItemType.MUTTON, ItemType.ENCHANTED_MUTTON, ItemType.ENCHANTED_COOKED_MUTTON),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public ArrayList<String> getDescription() {
"§7Grants the wearer permanent §aNight",
"§aVision §7while worn. During the night,",
"the stats of the armor pieces are",
atrippled§7."
atripled§7."
));
}

Expand Down
Loading