From 5d97130868771d587a4511a550e6421ecdfdf453 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Fri, 16 Oct 2015 14:37:34 +0800 Subject: [PATCH] update plugin version ... Signed-off-by: 502647092 --- pom.xml | 6 +++--- src/main/java/cn/citycraft/LuckLottery/LuckLottery.java | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 138d1d2..ac0f92e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - cn.CityCraft + cn.citycraft LuckLottery - 1.0 + 1.1 ${project.name} @@ -71,7 +71,7 @@ citycraft-repo - http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/ + http://ci.sumcraft.net:8080/plugin/repository/everything/ Plugin Metrics diff --git a/src/main/java/cn/citycraft/LuckLottery/LuckLottery.java b/src/main/java/cn/citycraft/LuckLottery/LuckLottery.java index b567996..d4104d8 100644 --- a/src/main/java/cn/citycraft/LuckLottery/LuckLottery.java +++ b/src/main/java/cn/citycraft/LuckLottery/LuckLottery.java @@ -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 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 88dec0c..bb0c71a 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: