Add ability to set custom structures as locatable by Ender Eyes

This commit is contained in:
dfsek
2020-10-21 00:37:10 -07:00
parent 1ccd14a973
commit 862e9e82a2
10 changed files with 138 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ public class Terra extends GaeaPlugin {
saveDefaultConfig();
Bukkit.getScheduler().scheduleAsyncRepeatingTask(this, TerraChunkGenerator::saveAll, ConfigUtil.dataSave, ConfigUtil.dataSave);
Bukkit.getPluginManager().registerEvents(new EventListener(this), this);
}
@Override