Profession Configuration Examples

This page will show you a few examples of profession configuration for you to get inspiration

professions.yml

# The profession ID
BLACKSMITH:
  # The workstations this profession uses
  # See the workstation examples for more info
  workstations:
  - ANVIL
  - FORGE
  # These lines configure the icon for the profession selection menu
  display-name: "&c&lBlacksmith"
  icon: IRON_CHESTPLATE
  description:
  - ""
  - "&7Specialised in crafting plate and"
  - "&7heavy plate armor and weapons"
  # <--
  example-craft: FIRESTEEL_SWORD
ENCHANTER:
  workstations:
  - ENCHANTING_TABLE
  display-name: "&d&lEnchanter.ress"
  icon: ENCHANTED_BOOK
  description:
  - ""
  - "&7Specialised in conjuring powerful"
  - "&7enchantments"
  example-craft: BOOK_OF_VOID
ALCHEMIST:
  workstations:
  - BREWING_STAND
  display-name: "&3&lAlchemist"
  icon: BREWING_STAND
  description:
  - ""
  - "&7Specialised in brewing awesome"
  - "&7potions"
  example-craft: HEALING_POTION_III
LEATHERWORKER:
  workstations:
  - CRAFTING_TABLE
  display-name: "&a&lLeatherworker"
  icon: LEATHER_CHESTPLATE
  description:
  - ""
  - "&7Specialised in crafting leather"
  - "&7and mail armors"
  example-craft: STRIDERS_BOOTS
  

Last updated