Breaking changes to ConfigManager, changes to make dependencies more reload-safe, optimizations
ConfigMap#postInit has been removed, as it was causing issues. Create a method called postInit with no arguments.
ProtectionPolicies will now unregister themselves if the plugin which created them is disabled
Region#getChunks and Region#getEntities have been optimized because World#getChunkAt is evidently an expensive operation. Chunks are now cached by Regions after one call, and Region#getEntities no longer loads chunks to check for entities unless specified to.