1
0
mirror of https://e.coding.net/circlecloud/LuckLottery.git synced 2025-11-24 21:46:23 +00:00

update plugin version ...

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

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: