We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33345e9 commit c462bcfCopy full SHA for c462bcf
1 file changed
bedwars-api/pom.xml
@@ -28,6 +28,10 @@
28
<id>placeholderapi</id>
29
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
30
</repository>
31
+ <repository>
32
+ <id>papermc</id>
33
+ <url>https://repo.papermc.io/repository/maven-public/</url>
34
+ </repository>
35
</repositories>
36
37
<dependencies>
@@ -62,12 +66,6 @@
62
66
<version>2.11.6</version>
63
67
<scope>provided</scope>
64
68
</dependency>
65
- <dependency>
- <groupId>me.clip</groupId>
- <artifactId>placeholderapi</artifactId>
- <version>2.11.6</version>
69
- <scope>compile</scope>
70
- </dependency>
71
</dependencies>
72
<build>
73
<plugins>
0 commit comments