New general Barrel open perms checker + Towny

This commit is contained in:
Sn0wStorm
2020-11-03 21:28:50 +01:00
parent d77d511dae
commit 4228bbc02c
18 changed files with 176 additions and 6 deletions
+7 -1
View File
@@ -89,7 +89,7 @@
<url>http://maven.sk89q.com/repo/</url>
</repository>
<repository>
<!-- GriefPrevention, SlimeFun -->
<!-- GriefPrevention, SlimeFun, Towny -->
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
@@ -233,6 +233,12 @@
<version>3.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.96.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>