增加配置

This commit is contained in:
Kyoukawa Meishin 2025-10-19 21:38:44 +08:00
parent 17295b3ffa
commit 713a2d63a7
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ public class Foundation extends JavaPlugin {
Bukkit.getScheduler().scheduleSyncRepeatingTask(this, () -> {
manager.saveAllPlayers();
}, 1200L, 1200L);
saveDefaultConfig();
getLogger().info("插件启用成功。");
}

View File

@ -0,0 +1 @@
logging: false