mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2025-02-13 18:11:25 +01:00
Switch to ProtocolLib-API 4.0.
This commit is contained in:
parent
c127d278e3
commit
183eb8d32d
11
pom.xml
11
pom.xml
@ -74,6 +74,11 @@
|
||||
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
|
||||
</repository>
|
||||
-->
|
||||
<repository>
|
||||
<id>dmulloy2-repo</id>
|
||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@ -295,9 +300,9 @@
|
||||
|
||||
<!-- ProtocolLib -->
|
||||
<dependency>
|
||||
<groupId>com.cnaude.protocol</groupId>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<version>3.6.5</version>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
<artifactId>ProtocolLib-API</artifactId>
|
||||
<version>4.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- CleverNotch -->
|
||||
|
Loading…
Reference in New Issue
Block a user