aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authornicuch <nicuch100@gmail.com>2020-01-12 21:11:10 +0200
committernicuch <nicuch100@gmail.com>2020-01-12 21:11:10 +0200
commitf7231b64f069dd810fcc32eb4a3a3f9cb20012b1 (patch)
tree6e8c0220970d4588ebf38749196f75daacc06728 /pom.xml
parent8600578d9aa4e20dab6c9d588e218f33f5dc82b1 (diff)
Added PlaceholderAPI support
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>