Category Configuration

The categories allow RPProfessions to sort crafting recipes. This way players can use the recipe menu much more efficiently

Category Creation

Creating a category is, in fact, the same as creating an item. The difference will be in the Id you chose.

See the Item Configuration page of the wiki for learn how to configure items or the Category Configuration examples page.

GREATSWORD:
  material: DIAMOND_SWORD
  display-name: "&9&nGreatswords"
  item-flags:
  - HIDE_ATTRIBUTES

Last updated