diff --git a/.idea/workspace.xml b/.idea/workspace.xml index baedbcbd1..d1c4dd4f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,8 +7,6 @@ - - @@ -76,23 +74,31 @@ - + - - - - - + + + - + - + + + + + + + + + + + @@ -170,6 +176,60 @@ - - + @@ -401,7 +465,7 @@ - + @@ -430,7 +494,8 @@ - @@ -514,20 +579,26 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java index c69877549..8a0d11133 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java @@ -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..."); } }