MMOItems have changed their api again

This commit is contained in:
Sn0wStorm
2021-04-07 16:23:30 +02:00
parent 556ce7ed34
commit 7f0c4ad3c2
3 changed files with 10 additions and 8 deletions
+4 -4
View File
@@ -132,7 +132,7 @@
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<!-- MMOLib -->
<!-- MythicLib (MMOItems) -->
<id>MMOPlugins</id>
<url>https://mvn.lumine.io/repository/maven-releases/</url>
</repository>
@@ -252,9 +252,9 @@
<scope>provided</scope>
</dependency>-->
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOLib</artifactId>
<version>1.4.0</version>
<groupId>io.lumine</groupId>
<artifactId>MythicLib</artifactId>
<version>1.0.18</version>
<scope>provided</scope>
</dependency>
<dependency>