Set copy defaults to true

This commit is contained in:
business-goose 2022-03-21 20:22:15 +00:00
parent a9e1e2f9e7
commit 12f07f1225

View file

@ -89,6 +89,8 @@ public class TotalFreedomMod extends JavaPlugin {
@Override
public void onEnable()
{
getConfig().options().copyDefaults(true);
Log.info("Made by Madgeek1450 and Prozza");
Log.info("Compiled " + buildDate + " by " + buildCreator);