Add PlaceholderAPI to pom
This commit is contained in:
parent
c2dc933960
commit
18a5597a4b
14
pom.xml
14
pom.xml
@ -86,6 +86,8 @@
|
|||||||
<!-- https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/ -->
|
<!-- https://www.spigotmc.org/resources/lwc-unofficial-entity-locking.2162/ -->
|
||||||
<massiveLwcVersion>2.1.1</massiveLwcVersion>
|
<massiveLwcVersion>2.1.1</massiveLwcVersion>
|
||||||
|
|
||||||
|
<!-- https://www.spigotmc.org/wiki/hooking-into-placeholderapi/ -->
|
||||||
|
<massivePlaceholderAPIVersion>2.9.2</massivePlaceholderAPIVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- Repositories -->
|
<!-- Repositories -->
|
||||||
@ -136,6 +138,11 @@
|
|||||||
<id>luck-repo</id>
|
<id>luck-repo</id>
|
||||||
<url>https://repo.lucko.me/</url>
|
<url>https://repo.lucko.me/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<!-- PlaceholderAPI -->
|
||||||
|
<repository>
|
||||||
|
<id>placeholderapi</id>
|
||||||
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Build -->
|
<!-- Build -->
|
||||||
@ -340,6 +347,13 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>me.clip</groupId>
|
||||||
|
<artifactId>placeholderapi</artifactId>
|
||||||
|
<version>${massivePlaceholderAPIVersion}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Custom - Custom artifacts. Manually installed by command. -->
|
<!-- Custom - Custom artifacts. Manually installed by command. -->
|
||||||
<!--
|
<!--
|
||||||
Not everyone has a Maven repo.
|
Not everyone has a Maven repo.
|
||||||
|
Loading…
Reference in New Issue
Block a user