1
0
mirror of https://e.coding.net/circlecloud/Soulbound.git synced 2025-11-25 21:46:20 +00:00

使用PluginHelper处理配置文件...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-11-24 13:41:56 +08:00
parent 5b62b023a7
commit ad79ccdfc9
13 changed files with 229 additions and 447 deletions

13
pom.xml
View File

@@ -5,6 +5,7 @@
<artifactId>Soulbound</artifactId>
<version>1.1.12</version>
<name>Soulbound</name>
<description>Soulbound items for your RPG servers!</description>
<url>https://github.com/TfT-02/Soulbound</url>
<issueManagement>
<system>GitHub</system>
@@ -37,14 +38,9 @@
<artifactSet>
<includes>
<include>cn.citycraft:PluginHelper</include>
<include>org.mcstats.*:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.mcstats</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.mcstats</shadedPattern>
</relocation>
<relocation>
<pattern>cn.citycraft.PluginHelper</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
@@ -89,15 +85,8 @@
<type>jar</type>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.mcstats.bukkit</groupId>
<artifactId>metrics</artifactId>
<version>R8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<description>Soulbound items for your RPG servers!</description>
</project>