Initial placeholderAPI support.

Give me ideas on what else to add and I'll add it.
This commit is contained in:
Trent Hensler
2017-12-30 18:44:42 -08:00
parent 24c7107163
commit fe7002f674
4 changed files with 53 additions and 1 deletions

10
pom.xml
View File

@@ -295,6 +295,12 @@
<artifactId>PlayerVaults</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.8.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
@@ -318,5 +324,9 @@
<id>repo.mikeprimm.com</id>
<url>http://repo.mikeprimm.com/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>
</project>