This commit is contained in:
boy0001
2014-09-22 21:43:57 +10:00
2 changed files with 100 additions and 34 deletions

View File

@ -395,14 +395,9 @@ public class PlotMain extends JavaPlugin {
getServer().getScheduler().scheduleSyncRepeatingTask(this, new Lag(),
100L, 1L);
if(Web.ENABLED) {
try {
PlotWeb web = new PlotWeb("PlotWeb", Web.PORT);
web.start();
sendConsoleSenderMessage("Web Server running on port " + Web.PORT);
} catch(Exception e) {
sendConsoleSenderMessage("Failed to start web server.");
}
sendConsoleSenderMessage("This is not yet implemented...");
}
}