--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/EternalDayCommand.java 2011/05/26 18:32:20 1478 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/EternalDayCommand.java 2011/05/26 18:55:45 1479 @@ -30,7 +30,11 @@ @Override public boolean onCommand(final CommandSender sender, Command command, String label, String[] args) { - + //debug + System.out.println("world count " + worlds.size()); + for (World world : worlds) { + System.out.println(" >" + world.getName() + " : " + world.getTime() ); + } if (taskId == -1) { taskId = server.getScheduler().scheduleSyncRepeatingTask(plugin, new EternalDayRunner(), 2*20, 60*20);