Fix incompatibility with ToolStats
Features:
- Allow add and remove of item lore via writable books and paper (Merge from beta) note: there is no config gui currently for this feature. all relevant configurations should get added to the config.yml automatically so check it out after update !
- Add support and auto config for use of braken data pack
- Add support for enchantment marking an item immutable example of the configuration to add to config.yml for an enchantment with the namespaced key minecraft:immutability_curse
immutable_enchantments:
- "minecraft:immutability_curse"
Fixes:
- Fix incompatibility with wesjd on newer version (forgot to include compatibility module in recent mc versions)
- Fix issue on multi line paper remove (issue from lore edit beta)
- Fix most incompatibility issues with plugin using xenondev anvil gui
- Better item groups when it come to tools
- Better (more vanilla like) usage of conflict related to mace
Known issues:
- CustomAnvil May be using the wrong default xp multiplier with eco enchantment
- superenchants support may not works as expected
- somehow a weird incompatibility with vane-portals
Beta version of lore edit. PLEASE back up your config if you already have one as this version if not final and config may changes location As a beta version, it is strongly recommended to not use it in production unless well tested on your side (note: unit test was created and should be working correctly ? No guaranty)
This beta add the ability to edit lore via book and quill or paper. The feature is disabled by default. You need to enable it on config.yml (no config gui for this feature in this release)
You can copy this part of the config if you got an older config to have the comments
Fell free to open an issue to talk about adjustment or things you like to add for this lore edit feature
This version fix a major issue:
- Work penalty was not taking into account right item work penalty when calculating result work penalty (somehow)
other fixes:
- Updated Disenchantment to v6.1.5 (break backward compatibility. please update)
- Fix Excellent Enchant compatibility breaking if curse of fragility curse was disabled
- Made sure rename cost work as expected. Even in unit tests
Some changes for this version:
- Tried to make compatible with some legacy version of eco enchant (not assumed to work)
- Fix some enchantment test from other plugin not being taken into account. Should work as expected now, but that mean it may not work as currently.
- Made Heaven bag works
- Updated Disenchantment, should work with disenchantment version >= 6.1.0. But break support for previous versions
Fixed custom anvil recipe GUI not displaying recipe items Also use a custom version of IF framework:
- Reduced file online jar size by 60% !
- Made the GUI non version dependent ! (should work without needing to update to future version) Still need ProtocoLib to disable too expensive on unsupported version
- Updated Gui library to make the config gui compatible with 1.21.3
- Some API changes and fixes
Side note:
CustomAnvil now have partial unit testing thanks to MockBukkit !
If you're a plugin developer, you should check it's cool !
It's honestly a cool project and unit testing actually allowed me to find some issues on CustomAnvil