sigh I am dumb

This commit is contained in:
hyperdefined
2026-01-26 13:32:28 -05:00
parent a21fbf7a95
commit 06232f1dc4
19 changed files with 21 additions and 18 deletions

View File

@@ -50,6 +50,9 @@ public class ChunkPopulate implements Listener {
return;
}
World world = event.getChunk().getWorld();
if (toolStats.config.getStringList("blacklist-worlds").contains(world.getName())) {
return;
}
// this is delayed because entities are not loaded instantly
// we just check 1 second later
Chunk chunk = event.getChunk();