1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2025-09-06 12:16:56 +00:00

feat: 添加PlayerPoints接口

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2016-11-10 16:48:26 +08:00
parent 560724dd52
commit df53b83538
4 changed files with 111 additions and 6 deletions

View File

@ -125,12 +125,19 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/ProtocolLib-3.6.5-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>PlaceholderAPI</artifactId>
<version>1.8.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PlaceholderAPI.jar</systemPath>
</dependency>
<dependency>
<groupId>org.black_ixx</groupId>
<artifactId>PlayerPoints</artifactId>
<version>2.1.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PlayerPoints.jar</systemPath>
</dependency>
</dependencies>
</project>