Hi, i report a crash of Spigot : http://pastebin.com/XUqVSjjE
I think it's causing by a Player.openInventory(Inventory); lauch by a InventoryCloseEvent too quickly. The issue was remove by making a Scheduler for the Player.openInventory(Inventory); with 2 ticks.