Support latest ProtocolLib

- Switched to JitPack for the ProtocolLib repository. See dmulloy2/ProtocolLib#1047.
- Using the new interface of generated classes when checking if a player is a proxy player. See dmulloy2/ProtocolLib#1053.
This commit is contained in:
Pim van der Loos
2021-01-04 11:59:46 +01:00
parent c3d6dd1b43
commit 06ac4f8ffc
2 changed files with 7 additions and 6 deletions

View File

@@ -76,9 +76,9 @@
<version>1.18.10</version>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<groupId>com.github.dmulloy2</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.5.0</version>
<version>master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
@@ -112,8 +112,8 @@
<repositories>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>md_5-releases</id>