Updated extensions to use new constructor

This commit is contained in:
Auxilor
2020-12-12 11:43:14 +00:00
parent 7ab1a35686
commit ae3ffd2954
22 changed files with 60 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ import org.bukkit.potion.PotionEffect;
public class Alchemy extends EcoEnchant {
public Alchemy() {
super("alchemy", EnchantmentType.NORMAL, AlchemyMain.class);
super("alchemy", EnchantmentType.NORMAL);
}
private static final FixedMetadataValue TRUE = new FixedMetadataValue(EcoEnchantsPlugin.getInstance(), true);

View File

@@ -1,3 +1,3 @@
name: Alchemy
main: com.willfp.ecoenchants.alchemy.AlchemyMain
version: 1.1.0
version: 2.0.0