diff --git a/pom.xml b/pom.xml index 0a758d2..4b93293 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.me.tft_02.soulbound Soulbound - 1.1.12 + 1.2 Soulbound Soulbound items for your RPG servers! https://github.com/TfT-02/Soulbound @@ -58,6 +58,11 @@ + + http://ci.citycraft.cn:8080 + &c修复自动获取版本错误... + UTF-8 + mengcraft-repo @@ -86,7 +91,4 @@ 1.0 - - UTF-8 - diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b4a2b3f..92073d2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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你没有 的权限来执行此命令! 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 \ No newline at end of file + description: 有该权限的玩家在死亡时会丢失绑定的物品 + default: false \ No newline at end of file