EnchantmentMapper allows you to change the way enchantments work by replacing enchantments with others or removing them entirely.
Permissions
enchantmentmapper.list - User is allowed to use the Command "/enchantmentmapper list"
enchantmentmapper.configure - User is allowed to configure mappings using "/enchantmentmapper add" or "/enchantmentmapper remove"
enchantmentmapper.reload - User is allowed to reload the configuration using "/enchantmentmapper reload"
enchantmentmapper.remap - User is allowed to remap an items enchantments using "/enchantmentmapper remap"
Commands
/enchantmentmapper list [enchantment] [level]
Display a list of all mappings. Optionally filter output for enchantment and level.
Example:
List all mappings for fortune level 3
/enchantmentmapper list LOOT_BONUS_BLOCKS 3
/enchantmentmapper add <enchantment> <level> <new enchantment> [new level]
Adds a mapping for an enchantment.
Use -1 for <level> to match all levels.
Use 0 for [new level] to entirely remove the enchantment.
Examples:
Replace Flame with Infinity
/enchantmentmapper add ARROW_FIRE -1 ARROW_INFINITE