diff options
| author | nicuch <nicuch100@gmail.com> | 2020-01-12 21:11:10 +0200 |
|---|---|---|
| committer | nicuch <nicuch100@gmail.com> | 2020-01-12 21:11:10 +0200 |
| commit | f7231b64f069dd810fcc32eb4a3a3f9cb20012b1 (patch) | |
| tree | 6e8c0220970d4588ebf38749196f75daacc06728 /pom.xml | |
| parent | 8600578d9aa4e20dab6c9d588e218f33f5dc82b1 (diff) | |
Added PlaceholderAPI support
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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> |
