It is now possible to showcase craftable items from your professions in the /professions menu. For each profession, an additional "insight" menu exists. It shows a specific item to promote its profession to players navigating through the profession selection menu. If the showcased item has a crafting recipe, clicking on it will show its recipe.
To select an item to showcase in the menu, add the 'example-craft: x' line in the "profession.yml" file :
Code (YAML):
BLACKSMITH:
workstations: - ANVIL
- FORGE
display-name: "&c&lBlacksmith" icon: IRON_CHESTPLATE
description: -
"" -
"&7Specialised in crafting plate and" -
"&7heavy plate armor and weapons" privileges: - ARMORS
- WEAPONS
example-craft: FIRESTEEL_SWORD
# This will showcase the 'FIRESTELL_SWORD' item in the insight menu.