diff options
| author | Rodney_Mc_Kay <herr-fant@web.de> | 2020-02-03 20:10:01 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-02-05 16:22:05 +0000 |
| commit | b14ce47071dc408f676d7076ec2e0d3bc4794730 (patch) | |
| tree | fa06ed98efd4280aa117f41cc5a00188ef39a63e /pom.xml | |
| parent | 17ad3e6c8b9404aaa2d0b7aa89e862368b9c156d (diff) | |
Added support for BentoBox levels
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |
