diff --git a/src/main/java/lol/hyper/toolstats/tools/ItemChecker.java b/src/main/java/lol/hyper/toolstats/tools/ItemChecker.java index 74ee6cd..72a378a 100644 --- a/src/main/java/lol/hyper/toolstats/tools/ItemChecker.java +++ b/src/main/java/lol/hyper/toolstats/tools/ItemChecker.java @@ -24,7 +24,7 @@ import java.util.Locale; public class ItemChecker { - private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing" }; + private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing", "elytra" }; private static final String[] validArmor = { "helmet", "chestplate", "leggings", "boots" }; private static final String[] validMelee = {"sword", "trident", "axe"}; private static final String[] validMine = { "pickaxe", "axe", "hoe", "shovel", "shear" };