diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-15 16:15:27 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-15 16:15:27 +0100 |
| commit | 8ac80d9ce8f75b632fbfc2ff616a1dda5c27edeb (patch) | |
| tree | d6f7f1bc9f26ad464b7d4013f1f1a22c15a164df /pom.xml | |
| parent | d8502acae21167a15cdfa4c215345466ba526de4 (diff) | |
MythicMobs task type
- Added mythicmobs_killing task type
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -42,6 +42,12 @@ <id>everything</id> <url>http://repo.citizensnpcs.co/</url> </repository> + + <!-- MythicMobs --> + <repository> + <id>mythicmobs</id> + <url>http://mc.hackerzlair.org:8888/repository/public</url> + </repository> </repositories> <dependencies> @@ -66,6 +72,16 @@ <groupId>com.github.rlf</groupId> <artifactId>uSkyBlock-API</artifactId> <version>2.6.4</version> + <scope>provided</scope> + </dependency> + + <!-- MythicMobs --> + <dependency> + <groupId>io.lumine.xikage</groupId> + <artifactId>mythicmobs</artifactId> + <version>4.5.7</version> + <type>jar</type> + <scope>provided</scope> </dependency> <!-- Citizens --> @@ -77,7 +93,8 @@ <scope>provided</scope> </dependency> -<!-- <!– Test –>--> + + <!-- <!– Test –>--> <!-- <dependency>--> <!-- <groupId>org.powermock</groupId>--> <!-- <artifactId>powermock-module-junit4</artifactId>--> |
