Skip to content

Commit

Permalink
Adding playerpoints support
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraFaceguy committed Apr 18, 2020
1 parent 0a7c59f commit 74a1e05
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</parent>

<artifactId>loot</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
<packaging>jar</packaging>

<name>loot</name>
Expand All @@ -48,6 +48,13 @@
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
Expand All @@ -62,13 +69,23 @@
<dependency>
<groupId>io.pixeloutlaw</groupId>
<artifactId>strife</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>com.github.UltraFaceguy</groupId>
<artifactId>FacelandMarket</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.github.Mitsugaru</groupId>
<artifactId>PlayerPoints</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 74a1e05

Please sign in to comment.