1
0
mirror of https://e.coding.net/circlecloud/JumpPlate.git synced 2025-11-25 19:46:01 +00:00

初始化项目...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2016-01-26 23:12:30 +08:00
commit 42a299ea4a
7 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
pluginname: '&6[&b超级跳板&6]&r '
no-permission: '&c你没有使用跳板的权限!'
create: '&a您成功创建了一个跳板!'
BEDROCK: 10

View File

@@ -0,0 +1,20 @@
name: ${project.artifactId}
description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: ${project.version}-git-${env.GIT_COMMIT}
author: 喵♂呜
website: ${jenkins.url}/job/${project.artifactId}/
commands:
${project.artifactId}:
description: ${project.artifactId} - ${project.description}
aliases: [jp]
usage: §b使用/${project.artifactId} help 查看帮助!
permission: ${project.artifactId}.reload
permission-message: §c你没有 <permission> 的权限来执行此命令!
permissions:
${project.artifactId}.use:
description: ${project.artifactId} 使用!
default: true
${project.artifactId}.reload:
description: 重新载入插件!
default: op