Added custom recipe permission. (fireballs.craft) is allowed for everyone by default. To disallow players the recipe, simply negate the permission in your permissions management plugin.
New Configuration file section:
Code (YAML):
#Sent when the player doesn't have the permission "fireballs.craft" NoCraftPermission: "%prefix% &cYou don't have permission to craft this."
NOTE: If you don't want players having the recipe available, simply remove the recipe from their book using the vanilla "recipe" command. The recipe's namespace is "throwablefireballs:throwablefireball" Recipe will also be removed from their crafting book automatically when a player joins who doesn't have the craft permission.