If you use plugins to disable or limit access to certain recipes, this release will allow those plugins to also control which recipes can be used with crafting blocks.
To use the new feature, you will need to set
generateCraftItemEvent in config.yml to true (it is false by default). If thus enabled, when a player attempts to set or change the recipe of the crafting block, this plugin will generate a CraftItemEvent. If another plugin cancels this event, the player will not be allowed to set that recipe.
Note, this feature only controls the setting of a recipe. Once set, the crafting block will continue to produce blocks according to that recipe even if another plugin later disables that recipe.