Плагин расширяет стандартную механику наковальни на сервере Minecraft Paper и позволяет использовать её для объединения кастомных предметов, которые обычная наковальня часто не умеет корректно обрабатывать. При соединении предметов плагин использует левый предмет как основу результата и переносит в итоговый предмет данные со второго предмета, стараясь сохранить совместимость и не ломать кастомный ItemMeta.
Функции плагина:
plugin extends the default Minecraft anvil system for Paper servers and makes it possible to combine custom items that the vanilla anvil often cannot process correctly. When two items are merged, the plugin uses the left item as the base result and transfers compatible data from the second item, aiming to preserve custom ItemMeta and other important item properties without breaking the result.
Plugin features:
settings:
enabled: true
allow-different-materials: false
require-custom-item: false
merge-only-when-vanilla-fails: false
preserve-left-display-name: true
copy-rename-text: true
combine-lore-lines: true
use-higher-repair-cost: true
copy-custom-model-data: true
result-amount: 1
repair-cost: 10
maximum-repair-cost: 40
blocked-materials: []
messages:
no-permission: "&cУ вас нет прав на эту команду."
reload: "&aBoostAnvil успешно перезагружен."
disabled: "&cBoostAnvil выключен в config.yml."

plugin that upgrades the anvil and allows it to merge normal and custom items while preserving as much item data as possible.