This commit is contained in:
Esophose 2019-06-04 00:24:55 -06:00
parent f3cb896601
commit 2008b34acd

View File

@ -127,7 +127,7 @@ public class EpicAnchorsPlugin extends JavaPlugin implements EpicAnchors {
if (pluginManager.isPluginEnabled("WorldGuard")) this.register(HookWorldGuard::new);
// Start Metrics
new Metrics(this);e
new Metrics(this);
Bukkit.getScheduler().scheduleSyncRepeatingTask(this, this::saveToFile, 6000, 6000);
console.sendMessage(Methods.formatText("&a============================="));