Fixed respawn issue (#69) and updated version to 2.5.1.-SNAPSHOT.

This commit is contained in:
Jitse Boonstra
2020-04-15 20:10:03 +02:00
parent a9d2e090a6
commit eb01c0ff46
16 changed files with 60 additions and 18 deletions
+7 -1
View File
@@ -8,7 +8,7 @@
<parent>
<artifactId>npclib</artifactId>
<groupId>net.jitse</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5.1-SNAPSHOT</version>
</parent>
<artifactId>npclib-api</artifactId>
@@ -31,6 +31,12 @@
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>authlib</artifactId>