0.9.7 - Remove NMS dependencies in preparation for 1.9 release
The main purpose of this release is to remove all NMS dependencies from KitchenSink to ease the migration to Minecraft 1.9.
/prain and /ptime functions were moved into a new plugin, "NerdMoods", and that removed the ProtocolLib dependency too.
Detecting arrows that hit TNT was changed to use only the Bukkit API and no NMS code.
Host key settings were explicitly listed in the default config.yml.
Recipes for horse armour, saddles and nametags were removed as these have not been used in years and probably won't be again. If we do need them, they can be done with slightly less code in CommandHelper, with the added advantage of being different on different servers.
Various formatting and detail improvements were made to the README.