mirror of
https://e.coding.net/circlecloud/LuckLottery.git
synced 2025-11-24 21:46:23 +00:00
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user