> For the complete documentation index, see [llms.txt](https://alex-plugins.gitbook.io/nebula/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alex-plugins.gitbook.io/nebula/items/item-drop/villagers.md).

# Villagers

The villagers spawning feature will add sales on villagers. You can define sales for every kind of items in differents ways.

The values to modify are under the **VILLAGERS** section in the main configuration

## Enchantments&#x20;

### All enchantments books

To enable/disable villager selling all enchantments books, change the value `enchant_book_villager_enabled` in the main configuration file.

### Per enchantment

To spawn the enchantment also needs the `villager_foundable` value to be enabled in the enchantment file.

### Emerald price

The emerald price can be defined in the enchantment file with the `emerald_price` value.

## Sets&#x20;

### All sets powders

To enable/disable villager selling for all powders, change the value `enchant_powders_villager_enabled` in the main configuration file.

### Per enchantment

To spawn the set also needs the `villager_foundable` value to be enabled in the set file.

### Emerald price

The emerald price can be defined in the set file with the `emerald_price` value.

## Power orbs&#x20;

### All orbs

To enable/disable villager selling for all orbs, change the value `enchant_orbs_villager_enabled` in the main configuration file.

### Per orb

To spawn the orb also needs the `villager_foundable` value to be enabled in the orb file.

### Emerald price

The emerald price can be defined in the orb file with the `emerald_price` value.

## Scrolls&#x20;

To enable/disable villager selling for scrolls, change the value `enchant_scrolls_villager_enabled` in the main configuration file.

### Emerald price&#x20;

The emerald price for scrolls can be defined in the **SCROLLS** section of the main configuration for each scroll

## Crystals&#x20;

To enable/disable villager selling for crystals, change the value `enchant_crystals_villager_enabled` in the main configuration file.

### Emerald price&#x20;

The emerald price for scrolls can be defined in the **CRYSTALS** section of the main configuration for each crystal

## Collectors

To enable/disable villager selling for crystals, change the value `enchant_collectors_villager_enabled` in the main configuration file.

### Emerald price&#x20;

The emerald price for collectors can be defined in the `collector.yml` file for each collector (see [Collectors](/nebula/items/nebula-items/collectors.md)).
