Notify ShopKeepers users of unsealed brews

This commit is contained in:
Sn0wStorm
2020-11-19 19:23:59 +01:00
parent 7319bca59d
commit 2ee7dd825d
9 changed files with 89 additions and 6 deletions
+11 -1
View File
@@ -111,6 +111,10 @@
<id>MMOPlugins</id>
<url>https://mvn.lumine.io/repository/maven-releases/</url>
</repository>
<repository>
<id>Lichtspiele</id>
<url>https://nexus.lichtspiele.org/repository/releases/</url>
</repository>
</repositories>
<dependencies>
@@ -199,7 +203,7 @@
<dependency>
<groupId>de.diddiz</groupId>
<artifactId>logblock</artifactId>
<version>1.15.2</version>
<version>1.16.1.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -239,6 +243,12 @@
<version>0.96.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.nisovin.shopkeepers</groupId>
<artifactId>ShopkeepersAPI</artifactId>
<version>2.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>