Workstation Configuration Examples

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

workstations.yml

# The workstation ID (to be used in the profession configuration file)
ANVIL:
  # The actual in-game blocks that allow to open the crafting menu
  materials:
  - ANVIL
  - CHIPPED_ANVIL
  - DAMAGED_ANVIL
  display-name: "&8Anvil"
  # The menu that is open when interacting with the listed materials
  station: ANVIL
  # The RPProfessions item needed to use the workstation
  tool: BLACKSMITH_HAMMER
FORGE:
  materials:
  - BLAST_FURNACE
  display-name: "&4Forge"
  station: FORGE
  # The block that must be next to the station in order to work
  fuel: LAVA
ENCHANTING_TABLE:
  materials:
  - ENCHANTING_TABLE
  display-name: "&dEnchanting Table"
  station: ENCHANTING_TABLE
BREWING_STAND:
  materials:
  - BREWING_STAND
  display-name: "&2Brewing Stand"
  station: BREWING_STAND
LECTERN:
  materials:
  - LECTERN
  display-name: "&9Lectern"
  station: LECTERN
CRAFTING_TABLE:
  materials:
  - CRAFTING_TABLE
  display-name: "&7Crafting Table"
  station: CRAFTING_TABLE

Last updated