**WARNING**: There have been a few method changes that will definitely break plugins depending on older versions of Atlas (Atlas#initializeScanner). Please review your plugin or ask the author of your plugin using Atlas to ensure that provisions have been made to be compatible with this version of Atlas.
- Added method TinyProtocolHandler#getProtocolVersion(Player).
- Added reflection method MinecraftReflection#getProtocolVersion(Player).
- Added reflection method CraftReflection#getVanillaPlayer.
- Added a whole bunch of cached class wrappers in CraftReflection and MinecraftReflection.
- Added new asynchronous save entity map (Atlas#entities) for use with packets and literally anything else.
- Added new Configuration API (to be improved on later).