From aaab7ee0c7648592aadfa88d12310376e81f3597 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Mon, 3 Nov 2014 20:11:55 +1100 Subject: [PATCH] I should be more confident about the future of the plugin PlotSquared now supports WorldEdit 6+ (including the potential for WorldEdit v50) --- .../src/main/java/com/intellectualcrafters/plot/PlotMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/PlotMain.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/PlotMain.java index bf45e615e..9f0c18865 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/PlotMain.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/PlotMain.java @@ -699,7 +699,7 @@ public class PlotMain extends JavaPlugin { worldEdit = (WorldEditPlugin) getServer().getPluginManager().getPlugin("WorldEdit"); String version = worldEdit.getDescription().getVersion(); - if (version!=null && version.startsWith("5")) { + if (version!=null && version.startsWith("5.")) { PlotMain.sendConsoleSenderMessage("&cPlease update to WorldEdit 6 for improved stability and additional features:\nhttp://builds.enginehub.org/job/worldedit"); } else {