forked from TuxCoding/FastLogin
Fix ProtocolLib version and paper URL (#1269)
### Summary of your change - Use new URL for papermc. The old one will breaked at the end of december - The used version of ProtocolLib is no longer available. I changed it to new one.
This commit is contained in:
@ -119,7 +119,7 @@
|
|||||||
<!-- PaperSpigot API, PaperLib, datafixupper and bungeecord-chat -->
|
<!-- PaperSpigot API, PaperLib, datafixupper and bungeecord-chat -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>papermc</id>
|
<id>papermc</id>
|
||||||
<url>https://papermc.io/repo/repository/maven-public/</url>
|
<url>https://repo.papermc.io/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<!-- ProtocolLib -->
|
<!-- ProtocolLib -->
|
||||||
@ -208,7 +208,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.comphenix.protocol</groupId>
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib</artifactId>
|
||||||
<version>5.3.0-SNAPSHOT</version>
|
<version>5.3.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
Reference in New Issue
Block a user