Profession Configuration

Professions is the core of the plugin. This page will cover the quick and easy configuration of this feature

Profession Creation

The creation and configuration of professions is done in the /RPProfessions/professions.yml file.

All the configuration options are mandatory, i.e. the plugin won't load your profession if you don't specify each of their value.

ALCHEMIST:
  # The rest follows

Workstations

Lists the available workstations this profession can use. See the Workstation Configuration for more information.

workstations:
- ANVIL
- FORGE

Icon

The material used to represent the profession in the profession selection menu.

You can find the full list of materials here.

icon: BREWING_STAND

Display name

The display name of the profession used in the profession selection menu. Supports colour/format codes.

display-name: "&d&lEnchanter.ress"

Description

The description of the profession used in the profession selection menu. Supports colour/format codes.

description:
- ""
- "&7Specialised in brewing awesome"
- "&7potions"

Example craft

The example-craft lets you showcase an item for players to see in the professions menu. It helps players choosing a profession.

example-craft: FIRESTEEL_SWORD

Last updated