mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-10 03:40:49 +01:00
2.122.0
Took 43 seconds
This commit is contained in:
parent
f27857eaaa
commit
e3e9194e45
20
pom.xml
20
pom.xml
@ -8,7 +8,7 @@
|
||||
|
||||
<name>AuctionHouse</name>
|
||||
<description>The ultimate auction solution for your server</description>
|
||||
<version>2.120.0</version>
|
||||
<version>2.122.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<author>Kiran Hart</author>
|
||||
@ -20,6 +20,14 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>repsy</id>
|
||||
<name>Tweetzy Maven Repo On Repsy</name>
|
||||
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>techscode</id>
|
||||
@ -89,6 +97,10 @@
|
||||
<url>https://repo.codemc.io/repository/maven-public/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>auxilor-plugins</id>
|
||||
<url>https://repo.auxilor.io/repository/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
@ -132,6 +144,12 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.willfp</groupId>
|
||||
<artifactId>EcoBits</artifactId>
|
||||
<version>1.8.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mineacademy.plugin</groupId>
|
||||
<artifactId>CMI-API</artifactId>
|
||||
|
@ -813,7 +813,6 @@ public class AuctionAPI {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Check NBT tags
|
||||
for (String nbtTag : Settings.BLOCKED_NBT_TAGS.getStringList()) {
|
||||
if (NBT.get(itemStack, nbt -> (boolean) nbt.hasTag(nbtTag))) {
|
||||
|
Loading…
Reference in New Issue
Block a user