
EnchantMerge
Simple management of anvil enchantment In vanilla setting,incompatible enchantments equipment with RPG equipment,only one incompatible enchantment will be retained
在原版设定中,冲突附魔装备和其他同材质的装备合并时,只会保留一个冲突附魔

Transfer vanilla equipment with incompatible enchantments to RPG equipment
You can freely configure and merge enchantments and equipment,
reload command:/enchantmerge reload

插件可以将原版的特殊冲突附魔转移到rpg装备上。只是冲突附魔装备需要自行提供,如:mcmmo的钓鱼中有冲突附魔武器和装备
控制附魔的上限开关与配置,以及是否在合并过程中将已经超过原版限制的现有附魔将重置回原版(如果控制附魔上限是开的
可编辑附魔上限,可以细分到每个物品或者集合
重载命令:/enchantmerge reload
Ченджлог
0.1.8Релиз1.21.9, 1.21.10, 1.21.11 · 15 марта 2026 г.
给物品用附魔书时会导致耐久恢复,已修复此bug
0.1.8Бета1.21.9, 1.21.10, 1.21.11 · 14 марта 2026 г.
修复当相同工具合并时,耐久值没有合并的bug Fix the bug where the durability values are not merged when the same tools are combined
0.1.7Релиз1.21.9, 1.21.10, 1.21.11 · 28 января 2026 г.
修改合并有时候失效的bug
修改了在冲突附魔中的等级限制,此版本后无效,统一在新的配置中修改
新增功能: 编辑附魔上限,可以细分到每个物品或者集合
请更新后自行添加配置
# Default maximum enchantment experience/cost for all items if not specified in experience_limits
default_experience_limit: 40
# Custom maximum enchantment experience/cost for items
# You can specify specific material names (e.g., diamond_sword)
# or group names defined in the 'items' section (e.g., all_sword_axe_spear).
experience_limits:
enchanted_book: 40
all_sword_axe_spear: 40
all_armour: 40
bow: 40
crossbow: 40
mace: 40
0.1.6Бета1.21.9, 1.21.10, 1.21.11 · 23 января 2026 г.
现可以控制附魔的上限开关与配置,以及是否在合并过程中将已经超过原版限制的现有附魔将重置回原版(如果控制附魔上限是开的,那就按照我们自己写的上限)最大级别的开关 这是测试版本,谨慎使用
# Enchantment level limit settings
limit:
# Whether to allow merging two enchantments of the same level to exceed vanilla max level
# If true, 1+1=2, 2+2=3 ... up to custom-max-levels or no limit
allow-exceed-limit: false
# Whether to reset existing enchantments that already exceed vanilla limit back to vanilla max level during merge
# If true, Sharpness VI will become Sharpness V if combined with something else (if allow-exceed-limit is false)
reset-to-vanilla-limit: true
# Custom maximum levels for enchantments (only used if allow-exceed-limit is true)
# Format: enchantment_id: level
custom-max-levels:
sharpness: 5
protection: 4
0.1.5Релиз1.21.9, 1.21.10, 1.21.11 · 20 января 2026 г.
Added support for spears. The changes were mainly in the configuration files, not the core code. Newly generated configs will include spear settings. For existing configs, please manually add spear support.
加入了对长矛的支持,其实代码没怎么修改,主要是改的配置文件 如果是新生成的配置文件就有长矛 如果是老的配置,请自行在配置文件中添加对长矛的支持:
items:
all_spear:
- wooden_spear
- stone_spear
- copper_spear
- iron_spear
- golden_spear
- diamond_spear
- netherite_spear
enchants:
all_spear:
enchants:
- sharpness
- smite
- bane_of_arthropods
0.1.4Релиз1.21.9, 1.21.10, 1.21.11 · 8 января 2026 г.
支持folia support folia
0.1.3Релиз1.21.6, 1.21.7, 1.21.8 · 25 августа 2025 г.
修复显示过于昂贵依旧能合成的bug Fix bugs that can still be synthesized despite being too expensive
0.1.2Релиз1.21.6, 1.21.7, 1.21.8 · 3 августа 2025 г.
Officially released
Комментарии
Загружаем…