mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2024-11-17 01:18:47 +00:00
update jenkins url...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
bfc9200dc7
commit
01efafffea
5
pom.xml
5
pom.xml
@ -57,8 +57,8 @@
|
||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sumcraft-repo</id>
|
||||
<url>http://ci.sumcraft.net:8080/plugin/repository/everything/</url>
|
||||
<id>citycraft-repo</id>
|
||||
<url>${jenkins.url}/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
@ -77,5 +77,6 @@
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
||||
</properties>
|
||||
</project>
|
@ -1,7 +1,7 @@
|
||||
name: ${project.artifactId}
|
||||
description: ${project.description}
|
||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
|
||||
website: ${jenkins.url}/job/${project.artifactId}/
|
||||
version: ${project.version}
|
||||
authors: [喵♂呜]
|
||||
commands:
|
||||
@ -102,7 +102,7 @@ commands:
|
||||
permission: se.gc
|
||||
permission-message: §c你没有 <permission> 的权限来执行此命令!
|
||||
world:
|
||||
description: 清理内存
|
||||
description: 查看现有的世界与详情
|
||||
aliases: [seworld]
|
||||
usage: §6使用 §a/world [世界名称|世界序号] §6进行传送!
|
||||
permission: se.world
|
||||
|
Loading…
Reference in New Issue
Block a user