Add paper specific listener for entity loading

This commit is contained in:
libraryaddict
2020-05-20 12:43:27 +12:00
parent 43015f192f
commit fcd93ec704
3 changed files with 54 additions and 0 deletions

15
pom.xml
View File

@@ -90,6 +90,11 @@
<artifactId>spigot</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>
@@ -97,6 +102,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
@@ -112,6 +123,10 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories>
<distributionManagement>