action bar, percentage, minesweeper letter heads, points adjustable in config

This commit is contained in:
LunarAkai 2024-03-25 13:08:07 +01:00
commit 6c777a50e4
7 changed files with 123 additions and 49 deletions

View file

@ -21,6 +21,7 @@ public final class MinecleanerPlugin extends JavaPlugin {
@Override
public void onEnable() {
this.saveDefaultConfig();
getServer().getScheduler().runTask(this, this::onLateEnable);
}