diff --git a/.idea/artifacts/plotsquared.xml b/.idea/artifacts/plotsquared.xml
new file mode 100644
index 000000000..896a3d8fd
--- /dev/null
+++ b/.idea/artifacts/plotsquared.xml
@@ -0,0 +1,8 @@
+
+
+ $PROJECT_DIR$/out/artifacts/plotsquared
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b6fc08267..baedbcbd1 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,15 @@
+
+
+
+
+
+
+
+
@@ -35,16 +43,61 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -62,6 +115,8 @@
+
+
@@ -105,6 +160,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -132,7 +197,7 @@
-
+
@@ -141,6 +206,13 @@
+
+
+
+
+
+
+
@@ -285,7 +357,7 @@
1411382235722
-
+
1411382351159
@@ -299,11 +371,15 @@
1411383734427
1411383734427
-
+
+ 1411385686603
+ 1411385686603
+
+
-
+
@@ -413,22 +489,61 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ plotsquared
diff --git a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
index 36d80a3a3..efc3754c7 100644
--- a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
+++ b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
@@ -23,7 +23,6 @@ import com.intellectualsites.web.PlotWeb;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
import me.confuser.barapi.BarAPI;
-import net.gravitydevelopment.updater.Updater;
import org.bukkit.*;
import org.bukkit.configuration.file.YamlConfiguration;
@@ -210,7 +209,6 @@ public class PlotMain extends JavaPlugin {
/**
* Replace the plot object with an updated version
*
- * @param id plot Id
* @param plot plot object
*/
public static void updatePlot(Plot plot) {
@@ -329,23 +327,7 @@ public class PlotMain extends JavaPlugin {
if (C.ENABLED.s().length() > 0) {
Broadcast(C.ENABLED);
}
- if (Settings.Update.AUTO_UPDATE) {
- Updater updater = new Updater(this, 83369, this.getFile(), Updater.UpdateType.DEFAULT, true);
- switch (updater.getResult()) {
- case SUCCESS:
- sendConsoleSenderMessage(C.PREFIX.s() + "&cUpdate " + updater.getLatestName() + " installed successfully. Restart the server to load it.");
- break;
- case FAIL_DOWNLOAD:
- sendConsoleSenderMessage(C.PREFIX.s() + "&cUpdate could not be installed.");
- break;
- case UPDATE_AVAILABLE:
- sendConsoleSenderMessage(C.PREFIX.s() + ChatColor.GREEN + "There is an available update.");
- break;
- default:
- sendConsoleSenderMessage(C.PREFIX.s() + ChatColor.GREEN + "You're using the latest update.");
- break;
- }
- }
+
if (Settings.DB.USE_MYSQL) {
try {
mySQL = new MySQL(this, Settings.DB.HOST_NAME, Settings.DB.PORT,
diff --git a/plotsquared.xml b/plotsquared.xml
new file mode 100644
index 000000000..e97f47eeb
--- /dev/null
+++ b/plotsquared.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file