#
Toggle Enchantments
There are 2 ways of disabling enchantments:
#
Globally
Globally disabled enchantments will be removed from all items, chests and villager trades forever!
To do that, add desired enchantments to the distribution.yml -> Disabled
-> Global
section:
distribution.yml
Global:
- ice_aspect
- glassbreaker
Server reboot is required for disabled enchantments to disappear.
#
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
Use *
to include all enchantments for a world.