mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue