Fixed extensions for Spells and Artifacts

This commit is contained in:
Auxilor
2020-11-20 18:01:25 +00:00
parent fbe5c99853
commit a66637d2ec
4 changed files with 13 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ dependencies {
}
jar{
archiveFileName = findProperty("Name") + " v" + findProperty("version") + ".jar"
archiveFileName = project.name + " Extension" + ".jar"
}
description = 'FireWand'

View File

@@ -15,7 +15,7 @@ import org.bukkit.metadata.FixedMetadataValue;
public class Firewand extends Spell {
public Firewand() {
super("firewand");
super("firewand", FirewandMain.class);
}
@Override