features
- added permission filter to recipe book. If you don't have permission to craft an item, you will no longer see it in the recipe book.
- added give command
- added items command
bug fix - fixed small lore inconsistency with permissions
feature - added ability to have unique permissions for every single item
feature - added option to change work bench title in the config.yml
new permissions:
crapi.craftall: description: Allows the user to craft every custom recipe
default: op
crapi.op: description: Allows the user to view the permission name of each recipe
default: op
Added option to create/edit custom crafting table recipe from in-game
new permissions:
crapi.setworkbench: description: Allows the user to update the workbench recipe
default: op
crapi.viewworkbench: description: Allows the user to view the workbench recipe
default: op
Added ability to create recipes IN-GAME Added ability to delete created recipes (not forced plugin recipes)
Added file saving and loading for created recipes in game
Added recipe IDs to help with detection and saving
Added command /crapi new (opens in-game recipe creator)
Added permission crapi.new (allows user to create recipes in-game)