mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
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:
parent
b47231ca8c
commit
aaab7ee0c7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user