I should be more confident about the future of the plugin

PlotSquared now supports WorldEdit 6+ (including the potential for
WorldEdit v50)
This commit is contained in:
boy0001 2014-11-03 20:11:55 +11:00
parent b47231ca8c
commit aaab7ee0c7

View File

@ -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 {