1
0
mirror of https://e.coding.net/circlecloud/CarryEnchantBench.git synced 2025-11-24 23:56:01 +00:00

update Version...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-08-24 17:27:25 +08:00
parent 7017f2761b
commit bb7ccaafe2
2 changed files with 67 additions and 55 deletions

86
pom.xml
View File

@@ -1,44 +1,44 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cn.citycraft</groupId> <groupId>cn.citycraft</groupId>
<artifactId>CarryEnchantBench</artifactId> <artifactId>CarryEnchantBench</artifactId>
<version>1.0</version> <version>1.1</version>
<name>CarryEnchantBench</name> <name>CarryEnchantBench</name>
<build> <build>
<finalName>${project.name}</finalName> <finalName>${project.name}</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
</resources> </resources>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version> <version>3.1</version>
<configuration> <configuration>
<source>1.7</source> <source>1.7</source>
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<repositories> <repositories>
<repository> <repository>
<id>spigot-repo</id> <id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url> <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository> </repository>
</repositories> </repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<type>jar</type> <type>jar</type>
<version>1.8.3-R0.1-SNAPSHOT</version> <version>1.8.3-R0.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
</project> </project>

View File

@@ -1,12 +1,24 @@
name: ${project.artifactId} name: ${project.artifactId}
main: ${project.groupId}.${project.artifactId}.${project.artifactId} main: ${project.groupId}.${project.artifactId}.${project.artifactId}
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/ website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
version: ${project.version} version: ${project.version}
authors: [喵♂呜] authors: [喵♂呜]
commands: commands:
ceb: ceb:
description: 随身附魔台 description: 随身附魔台
usage: §6使用§a/ceb §6打开附魔台! usage: §6使用§a/ceb §6打开附魔台!
permission: ceb.use permission: ceb.use
permission-message: §c你没有 <permission> 的权限来执行此命令! permission-message: §c你没有 <permission> 的权限来执行此命令!
permissions:
ceb.*:
description: 随身附魔台插件所有权限!
default: op
children:
ceb.use: true
ceb.set: true
ceb.use:
description: 随身附魔台插件使用权限!
default: op
ceb.set:
description: 随身附魔台插件[配置权限!
default: op