# Toggle Enchantments

There are 2 ways of disabling enchantments: Globally or Effect only.

# Globally

To do that, add desired enchantments to the distribution.yml -> Disabled -> Global section:

distribution.yml
Global:
- ice_aspect
- glassbreaker

# Effect Only

This method only prevents specific enchantment usage in certain world(s). This method does not prevents enchantment generation in villager trades, dungeons, enchanting table, etc.

To do that, add desired enchantments and worlds to the distribution.yml -> Disabled -> ByWorld section:

distribution.yml
ByWorld:
  plots_world:
  - '*' # All enchantment's effects are disabled.
  world_the_end:
  - tunnel
  - blast_mining