From d8137358f1bfae8eaa63ca054630ffacb13e05a9 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Sat, 27 Sep 2014 10:08:00 +1000 Subject: [PATCH] PlotMe conversion seems to be broken --- .../intellectualcrafters/plot/database/PlotMeConverter.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java b/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java index 927b660e7..afbb67cd2 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java @@ -40,6 +40,10 @@ public class PlotMeConverter { if (plots!=null) { // TODO generate configuration based on PlotMe config + // TODO + // - Plugin doesn't display a message if database is not setup at all + // - I get null pointer exceptions when I try to use the plugin after the conversion process + // - Could be my fault when I added multiworld, or mega plots or something... PlotMain.sendConsoleSenderMessage("Converting " + plots.size() + " plots for '" + world.toString() + "'..."); for (Plot plot : plots.values()) {