Removed Direct AdvancedEnchantments Support
This commit is contained in:
@@ -88,22 +88,6 @@
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>install-external-non-maven1-jar</id>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<repositoryLayout>default</repositoryLayout>
|
||||
<groupId>n3kas.ae</groupId>
|
||||
<artifactId>aeapi</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<file>${project.parent.basedir}/lib/AdvancedEnchantments.jar</file>
|
||||
<packaging>jar</packaging>
|
||||
<generatePom>true</generatePom>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>install-external-non-maven2-jar</id>
|
||||
<phase>compile</phase>
|
||||
@@ -212,12 +196,6 @@
|
||||
<version>19.0.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>n3kas.ae</groupId>
|
||||
<artifactId>aeapi</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>fr.neatmonster</groupId>
|
||||
<artifactId>nocheatplus</artifactId>
|
||||
|
||||
@@ -7,7 +7,6 @@ import com.willfp.ecoenchants.enchantments.EcoEnchant;
|
||||
import com.willfp.ecoenchants.enchantments.EcoEnchants;
|
||||
import com.willfp.ecoenchants.nms.Target;
|
||||
import com.willfp.ecoenchants.util.Numeral;
|
||||
import n3kas.ae.api.AEAPI;
|
||||
import org.apache.commons.lang.WordUtils;
|
||||
import org.bukkit.ChatColor;
|
||||
import org.bukkit.NamespacedKey;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user