Compatibility update for latest Paperspigot, fixes, additions
Important compatibility update for recent changes in Paperspigot. Fixes support for the lighting handler (Light Cleaner) and fixes some errors that occurred because of changes in the server PlayerChunkMap.
Fixes
Fixed move handler firing block collision events with incorrect BlockFace
Fixed incompatibility problem with ProtocolSupport
Fixed several different errors that occurred in the map display handler
Fixed potential corrupted minecraft client when download is aborted
Fixed template error happening on Minecraft 1.9
Fixed compatibility problems with recent builds of Paperspigot (lighting engine, chunks)
Fixed missing clone() functionality for NBT (caused error transferring items)
Fixed no such class errors that occurred for some people on linux server hardware
Fixed mount health bar showing up when navigating map displays
Additions
Added map widget clip parent property (only renders on top of parent area)
Added support for fishing hook entity spawn packets
Added EntityController onEntityBump callback
Added some new BlockData BlockState API methods so states can be queried/set
Added Matrix4x4 and Quaternion diff methods
Added getPluginExecutor() method to schedule completion tasks using a bukkit task
Added ObjectCache, a simple thread-safe cache for re-using objects
Added packet API for disabling the health bar when sitting in vehicles
Added JsonSerializer helper class for deserializing and serializing ItemStack and BlockData
Updated links in automatically generated localization and permission default files