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:
games647
2024-12-02 11:40:45 +01:00
committed by GitHub

View File

@ -119,7 +119,7 @@
<!-- PaperSpigot API, PaperLib, datafixupper and bungeecord-chat -->
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<!-- ProtocolLib -->
@ -208,7 +208,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>