mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
*
This commit is contained in:
parent
499120963a
commit
62373c0737
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||
@Override
|
||||
public boolean add(Plugin plugin) {
|
||||
if (plugin.getName().startsWith("PlotMe")) {
|
||||
System.out.print("Disabling `" + plugin.getName() + "` for PlotMe conversion (configure in PlotSquared settings.yml)");
|
||||
} else {
|
||||
return super.add(plugin);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue