Removed Direct AdvancedEnchantments Support

This commit is contained in:
Auxilor 2020-08-29 11:24:51 +01:00
parent 1bb7896a20
commit 0dd53c6fef
3 changed files with 0 additions and 23 deletions

View File

@ -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>

View File

@ -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.