#
Toggle Enchantments
You can completely remove specific custom enchantments from your server by moving them from the /enchants/ directory to /enchants/_disabled_/.
Note: This removes the affected enchantments from all distribution methods and items, and may result in empty enchanted books if they contained only custom enchantments.
A server restart is required for disabled enchantments to take effect.
#
Disable Effect Only
Alternatively, you can disable only an enchantment's effect in specific worlds while keeping the enchantment obtainable via distribution methods, commands, or the Creative tab.
To do this, add the desired enchantments and worlds to the config.yml -> Disabled -> ByWorld section:
Snippet - config.yml
Disabled:
# ... other settings ...
ByWorld:
plots_world:
- '*' # Disables the effects of all enchantments.
world_the_end:
- tunnel
- blast_mining
Use '*' to include all enchantments.