mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Merge branch 'master' of http://git.intellectualsites.com/citymonstret/plot_new
This commit is contained in:
@ -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...");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user