aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRodney_Mc_Kay <herr-fant@web.de>2020-02-03 20:10:01 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2020-02-05 16:22:05 +0000
commitb14ce47071dc408f676d7076ec2e0d3bc4794730 (patch)
treefa06ed98efd4280aa117f41cc5a00188ef39a63e /pom.xml
parent17ad3e6c8b9404aaa2d0b7aa89e862368b9c156d (diff)
Added support for BentoBox levels
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 31d020c8..c896ccfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,12 @@
<url>http://dl.bintray.com/tastybento/maven-repo</url>
</repository>
+ <!-- BentoBox -->
+ <repository>
+ <id>codemc-repo</id>
+ <url>https://repo.codemc.org/repository/maven-public/</url>
+ </repository>
+
<!-- uSkyBlock -->
<repository>
<id>uSkyBlock-mvn-repo</id>
@@ -74,6 +80,14 @@
<scope>provided</scope>
</dependency>
+ <!-- BentoBox (bSkyBlock) -->
+ <dependency>
+ <groupId>world.bentobox</groupId>
+ <artifactId>bentobox</artifactId>
+ <version>LATEST</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- uSkyBlock -->
<dependency>
<groupId>com.github.rlf</groupId>