更新到1.2 添加数据统计...

Signed-off-by: 502647092 <jtb1@163.com>
pull/1/MERGE
502647092 2015-11-24 16:34:50 +08:00
parent ad79ccdfc9
commit 220ca9e339
2 changed files with 13 additions and 15 deletions

10
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.me.tft_02.soulbound</groupId>
<artifactId>Soulbound</artifactId>
<version>1.1.12</version>
<version>1.2</version>
<name>Soulbound</name>
<description>Soulbound items for your RPG servers!</description>
<url>https://github.com/TfT-02/Soulbound</url>
@ -58,6 +58,11 @@
</plugin>
</plugins>
</build>
<properties>
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
<update.description>&amp;c修复自动获取版本错误...</update.description>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>mengcraft-repo</id>
@ -86,7 +91,4 @@
<version>1.0</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -1,10 +1,9 @@
name: ${project.artifactId}
description: ${project.description}
authors: [TfT_02,喵♂呜]
version: ${project.version}
version: ${project.version}-Build#${env.BUILD_NUMBER}
main: com.me.tft_02.soulbound.Soulbound
website: http://ci.citycraft.cn:8800/jenkins/job/Soulbound/
softdepend: [EpicBossRecoded]
website: ${jenkins.url}/job/${project.artifactId}/
commands:
soulbound:
description: Usage /soulbound
@ -33,7 +32,7 @@ commands:
permission-message: §c你没有 <permission> 的权限来执行此命令!
permissions:
soulbound.commands.all:
description: Gives access to the Soulbound commands
description: Soulbound 插件的所有权限
default: op
children:
soulbound.commands.bind: true
@ -44,14 +43,11 @@ permissions:
soulbound.commands.reload: true
soulbound.updatecheck: true
soulbound.pickup.bypass:
description: Users with this permission will be able to pickup Soulbound items that do not belong to them.
description: 有该权限的玩家可以拾取不属于他的物品
default: false
soulbound.items.keep_on_death:
description: Users with this permission will keep their Soulbound items after dying
description: 有该权限的玩家可以保留绑定物品当死亡时
default: false
soulbound.items.delete_on_death:
description: Users with this permission will have their Soulbound items deleted on death
default: false
soulbound.updatecheck:
description: Users with this permission will receive a notification when there is a new version available.
default: op
description: 有该权限的玩家在死亡时会丢失绑定的物品
default: false