aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index de798cc7..31ff2198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,12 @@
<id>mythicmobs</id>
<url>http://mc.hackerzlair.org:8888/repository/public</url>
</repository>
+
+ <!-- PlaceholderAPI -->
+ <repository>
+ <id>placeholderapi</id>
+ <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
+ </repository>
</repositories>
<dependencies>
@@ -93,6 +99,15 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
+
+ <!-- PlaceholderAPI -->
+ <dependency>
+ <groupId>me.clip</groupId>
+ <artifactId>placeholderapi</artifactId>
+ <version>2.10.4</version>
+ <type>jar</type>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>