mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-11-26 12:05:43 +01:00
e
This commit is contained in:
parent
f3cb896601
commit
2008b34acd
@ -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============================="));
|
||||
|
Loading…
Reference in New Issue
Block a user