Skip to content

Commit e00ebd2

Browse files
committed
Added PaperAPI official repo + fixed dead URL for PAPI
1 parent 791ea9c commit e00ebd2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
<repositories>
1818

19+
<!-- PAPERMC -->
20+
<repository>
21+
<id>papermc-repo</id>
22+
<url>https://repo.papermc.io/repository/maven-public/</url>
23+
</repository>
24+
1925
<!-- SPIGOT -->
2026
<repository>
2127
<id>spigot-repo</id>
@@ -37,7 +43,7 @@
3743
<!-- PAPI -->
3844
<repository>
3945
<id>placeholderapi</id>
40-
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
46+
<url>https://mvnrepository.com/artifact/com.github.placeholderapi/placeholderapi</url>
4147
</repository>
4248

4349
<!-- bStats -->
@@ -94,7 +100,7 @@
94100

95101
<!-- PAPI -->
96102
<dependency>
97-
<groupId>me.clip</groupId>
103+
<groupId>com.github.placeholderapi</groupId>
98104
<artifactId>placeholderapi</artifactId>
99105
<version>2.11.2</version>
100106
<scope>provided</scope>

0 commit comments

Comments
 (0)