Update ShopType.java
This commit is contained in:
parent
6bff218f16
commit
414096c0fa
@ -8,12 +8,12 @@ public enum ShopType {
|
||||
|
||||
QUICK("Quick Buy", Material.NETHER_STAR, 0),
|
||||
BLOCKS("Blocks", Material.STAINED_CLAY, 0),
|
||||
ARMOR("Armor"),
|
||||
TOOLS("Tools"),
|
||||
WEAPONS("Weapons"),
|
||||
RANGED("Ranged"),
|
||||
POTIONS("Potions"),
|
||||
UTILITY("Utility");
|
||||
ARMOR("Armor", Material.LEATHER_CHESTPLATE, 0),
|
||||
TOOLS("Tools", Material.STONE_PICKAXE, 0),
|
||||
WEAPONS("Weapons", Material.GOLD_SWORD, 0),
|
||||
RANGED("Ranged", Material.BOW, 0),
|
||||
POTIONS("Potions", Material.POTION, 0),
|
||||
UTILITY("Utility", Material.EGG, 0);
|
||||
|
||||
private final String name;
|
||||
private final Material material;
|
||||
|
Loading…
Reference in New Issue
Block a user