package mineplex.core.gadget.gadgets.outfit.ravesuit; import mineplex.core.gadget.GadgetManager; import org.bukkit.Material; public class OutfitRaveSuitBoots extends OutfitRaveSuit { public OutfitRaveSuitBoots(GadgetManager manager) { super(manager, "Rave Boots", -2, ArmorSlot.BOOTS, Material.LEATHER_BOOTS, (byte)0); } }