Categories Tutorial

Categories unlike craftings have few properties listed here. An example of a category:

'others':
     permission: epiccraftingsplus.categories.others
     item:
       id: 'REDSTONE'
       name: '&dOther Crafts'
       lore:
       - '&7A lot of stuff you can craft,'
       - '&7like money or the &bVIP &7rank.'

Item

Item of this category, to be replaced with the category:<name> custom item on the inventory.yml file. Remember that you can use all item properties explained HERE.

item:
       id: 'REDSTONE'
       name: '&dOther Crafts'
       lore:
       - '&7A lot of stuff you can craft,'
       - '&7like money or the &bVIP &7rank.'

Permission

Here you can set a permission to open this category.

permission: epiccraftingsplus.categories.others

Last updated