mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +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>
|
<name>AuctionHouse</name>
|
||||||
<description>The ultimate auction solution for your server</description>
|
<description>The ultimate auction solution for your server</description>
|
||||||
<version>2.120.0</version>
|
<version>2.122.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<author>Kiran Hart</author>
|
<author>Kiran Hart</author>
|
||||||
@ -20,6 +20,14 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>techscode</id>
|
<id>techscode</id>
|
||||||
@ -89,6 +97,10 @@
|
|||||||
<url>https://repo.codemc.io/repository/maven-public/</url>
|
<url>https://repo.codemc.io/repository/maven-public/</url>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>auxilor-plugins</id>
|
||||||
|
<url>https://repo.auxilor.io/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
@ -132,6 +144,12 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.willfp</groupId>
|
||||||
|
<artifactId>EcoBits</artifactId>
|
||||||
|
<version>1.8.4</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mineacademy.plugin</groupId>
|
<groupId>org.mineacademy.plugin</groupId>
|
||||||
<artifactId>CMI-API</artifactId>
|
<artifactId>CMI-API</artifactId>
|
||||||
|
@ -813,7 +813,6 @@ public class AuctionAPI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Check NBT tags
|
// Check NBT tags
|
||||||
for (String nbtTag : Settings.BLOCKED_NBT_TAGS.getStringList()) {
|
for (String nbtTag : Settings.BLOCKED_NBT_TAGS.getStringList()) {
|
||||||
if (NBT.get(itemStack, nbt -> (boolean) nbt.hasTag(nbtTag))) {
|
if (NBT.get(itemStack, nbt -> (boolean) nbt.hasTag(nbtTag))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user