Chest spawning

The chest spawning feature will fill chests in the world at the generation time. You can define spawning for every kind of items in differents ways.

The values to modify are under the CHEST section in the main configuration

Enchantments

All enchantments books

To enable/disable chest spawning for all enchantments books, change the value enchant_book_chest_enabled in the main configuration file.

Per enchantment

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

Sets

All sets powders

To enable/disable chest spawning for all powders, change the value enchant_powders_chest_enabled in the main configuration file.

Per enchantment

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

Power orbs

All orbs

To enable/disable chest spawning for all orbs, change the value enchant_orbs_chest_enabled in the main configuration file.

Per orb

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

Scrolls

To enable/disable chest spawning for scrolls, change the value enchant_scrolls_chest_enabled in the main configuration file.

Crystals

To enable/disable chest spawning for crystals, change the value enchant_crystals_chest_enabled in the main configuration file.

Collectors

To enable/disable chest spawning for collectors, change the value enchant_collectors_chest_enabled in the main configuration file.

Last updated