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
Permission Error Actions
You can define custom actions to execute when the player tries to open the category without permissions. This will override the categoryOpenErrorNoPermissions
message, so remember to include a message as well.
actions:
permission_error:
- "message: &cThis category will be unlocked while you progress..."
- "playsound: BLOCK_NOTE_BLOCK_PLING;10;0.1"
Last updated