update plugin version ...

Signed-off-by: 502647092 <jtb1@163.com>
master 1.1
502647092 2015-10-16 14:37:34 +08:00
parent 7b128bd8cc
commit 5d97130868
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.CityCraft</groupId>
<groupId>cn.citycraft</groupId>
<artifactId>LuckLottery</artifactId>
<version>1.0</version>
<version>1.1</version>
<build>
<finalName>${project.name}</finalName>
<resources>
@ -71,7 +71,7 @@
</repository>
<repository>
<id>citycraft-repo</id>
<url>http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/</url>
<url>http://ci.sumcraft.net:8080/plugin/repository/everything/</url>
</repository>
<repository>
<id>Plugin Metrics</id>

View File

@ -60,9 +60,9 @@ public class LuckLottery extends JavaPlugin {
final int rewardtime = config.getInt("RewardTime", 10);
this.getServer().getScheduler().runTaskTimer(plugin, new LotteryReward(this, true), 10, rewardtime * 60 * 20);
this.getLogger().info("彩票系统已开启...");
new VersionChecker(this);
pm.registerEvents(new PlayerListen(this), this);
getCommand("ll").setExecutor(new LuckLotteryCommand(this));
new VersionChecker(this);
}
@Override

View File

@ -3,7 +3,7 @@ description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: ${project.version}
author: 喵♂呜
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
website: http://ci.sumcraft.net:8080/job/${project.artifactId}/
depended: [Vault]
commands:
lucklottery: