* Added a new permission nodes (and 14 child permission nodes)
* Similar to the arrows.shoot.* permission node, there is now a arrows.craft.* permission node to allow crafting recipes. Default: true (for all children nodes)
* Changed the parameters for many of the recipe methods
* Removed the "notification" method from the API's Methods class
* Removed many static references and replaced them with constructors w/ parameters to an instance of the plugin
* Created a Messages class to send a message to a player
* Added the generation of a messages.yml file to change all messages in the plugin (language /customization support)
* Added a ConfigAccessor class in the utils package for easy access to the messages.yml file (or other configs ;D)
* Fixed the /givearrow command giving the sender of the command arrows if an offline player is specified