mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-28 08:24:09 +00:00
More instructions
This commit is contained in:
parent
c408a82730
commit
16993389b8
1 changed files with 4 additions and 1 deletions
|
@ -299,7 +299,10 @@ public class PlotMeConverter {
|
||||||
}
|
}
|
||||||
PlotSquared.setAllPlotsRaw(DBFunc.getPlots());
|
PlotSquared.setAllPlotsRaw(DBFunc.getPlots());
|
||||||
sendMessage("Conversion has finished");
|
sendMessage("Conversion has finished");
|
||||||
PlotSquared.log("&cPlease disable 'plotme-convert.enabled' in the settings.yml to indicate that you conversion is no longer required.");
|
PlotSquared.log("&c - Stop the server");
|
||||||
|
PlotSquared.log("&c - Disable 'plotme-convert.enabled' in the settings.yml");
|
||||||
|
PlotSquared.log("&c - Correct any generator settings that haven't copied to 'settings.yml' properly");
|
||||||
|
PlotSquared.log("&c - Start the server");
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue