mirror of
https://e.coding.net/circlecloud/Soulbound.git
synced 2024-11-22 01:49:09 +00:00
更新到1.2 添加数据统计...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
ad79ccdfc9
commit
220ca9e339
10
pom.xml
10
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.me.tft_02.soulbound</groupId>
|
<groupId>com.me.tft_02.soulbound</groupId>
|
||||||
<artifactId>Soulbound</artifactId>
|
<artifactId>Soulbound</artifactId>
|
||||||
<version>1.1.12</version>
|
<version>1.2</version>
|
||||||
<name>Soulbound</name>
|
<name>Soulbound</name>
|
||||||
<description>Soulbound items for your RPG servers!</description>
|
<description>Soulbound items for your RPG servers!</description>
|
||||||
<url>https://github.com/TfT-02/Soulbound</url>
|
<url>https://github.com/TfT-02/Soulbound</url>
|
||||||
@ -58,6 +58,11 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<properties>
|
||||||
|
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
||||||
|
<update.description>&c修复自动获取版本错误...</update.description>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>mengcraft-repo</id>
|
<id>mengcraft-repo</id>
|
||||||
@ -86,7 +91,4 @@
|
|||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
name: ${project.artifactId}
|
name: ${project.artifactId}
|
||||||
description: ${project.description}
|
description: ${project.description}
|
||||||
authors: [TfT_02,喵♂呜]
|
authors: [TfT_02,喵♂呜]
|
||||||
version: ${project.version}
|
version: ${project.version}-Build#${env.BUILD_NUMBER}
|
||||||
main: com.me.tft_02.soulbound.Soulbound
|
main: com.me.tft_02.soulbound.Soulbound
|
||||||
website: http://ci.citycraft.cn:8800/jenkins/job/Soulbound/
|
website: ${jenkins.url}/job/${project.artifactId}/
|
||||||
softdepend: [EpicBossRecoded]
|
|
||||||
commands:
|
commands:
|
||||||
soulbound:
|
soulbound:
|
||||||
description: Usage /soulbound
|
description: Usage /soulbound
|
||||||
@ -33,7 +32,7 @@ commands:
|
|||||||
permission-message: §c你没有 <permission> 的权限来执行此命令!
|
permission-message: §c你没有 <permission> 的权限来执行此命令!
|
||||||
permissions:
|
permissions:
|
||||||
soulbound.commands.all:
|
soulbound.commands.all:
|
||||||
description: Gives access to the Soulbound commands
|
description: Soulbound 插件的所有权限
|
||||||
default: op
|
default: op
|
||||||
children:
|
children:
|
||||||
soulbound.commands.bind: true
|
soulbound.commands.bind: true
|
||||||
@ -44,14 +43,11 @@ permissions:
|
|||||||
soulbound.commands.reload: true
|
soulbound.commands.reload: true
|
||||||
soulbound.updatecheck: true
|
soulbound.updatecheck: true
|
||||||
soulbound.pickup.bypass:
|
soulbound.pickup.bypass:
|
||||||
description: Users with this permission will be able to pickup Soulbound items that do not belong to them.
|
description: 有该权限的玩家可以拾取不属于他的物品
|
||||||
default: false
|
default: false
|
||||||
soulbound.items.keep_on_death:
|
soulbound.items.keep_on_death:
|
||||||
description: Users with this permission will keep their Soulbound items after dying
|
description: 有该权限的玩家可以保留绑定物品当死亡时
|
||||||
default: false
|
default: false
|
||||||
soulbound.items.delete_on_death:
|
soulbound.items.delete_on_death:
|
||||||
description: Users with this permission will have their Soulbound items deleted on death
|
description: 有该权限的玩家在死亡时会丢失绑定的物品
|
||||||
default: false
|
default: false
|
||||||
soulbound.updatecheck:
|
|
||||||
description: Users with this permission will receive a notification when there is a new version available.
|
|
||||||
default: op
|
|
Loading…
Reference in New Issue
Block a user