Skip to content

Commit c462bcf

Browse files
committed
add paper repo, remove 重复的 placeholder api
1 parent 33345e9 commit c462bcf

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

bedwars-api/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<id>placeholderapi</id>
2929
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
3030
</repository>
31+
<repository>
32+
<id>papermc</id>
33+
<url>https://repo.papermc.io/repository/maven-public/</url>
34+
</repository>
3135
</repositories>
3236

3337
<dependencies>
@@ -62,12 +66,6 @@
6266
<version>2.11.6</version>
6367
<scope>provided</scope>
6468
</dependency>
65-
<dependency>
66-
<groupId>me.clip</groupId>
67-
<artifactId>placeholderapi</artifactId>
68-
<version>2.11.6</version>
69-
<scope>compile</scope>
70-
</dependency>
7169
</dependencies>
7270
<build>
7371
<plugins>

0 commit comments

Comments
 (0)