Minecarts / GuardianBlocks

Self-serve area and container protections for Minecraft multiplayer
1 stars 0 forks source link

Load auras based on loaded chunks #1

Open holic opened 12 years ago

holic commented 12 years ago

Currently, all auras are loaded on start-up. To improve start-up time and memory consumption, auras should be indexed by their containing chunks and loaded/unloaded with chunks.

This will also fix the issue of chunks loaded on start-up not unloading until a player accesses them.