New| Added optional permissions to recipes when crafting
If you're updating, please add the following to your config.yml
Code (YAML):
permissions: # Should all recipes be given a permission by default if they don't have one? use-default: false
# Default permission for recipes without a permission default-permission: "recipe.craft" # Should a message be sent when the player tries to craft a recipe without permission tell-no-permission: false