EcoEnchants
EcoEnchants copied to clipboard
Missing "Lore"
Describe the bug Some items are enchanted and the enchantment work but there is no information in the lore, that the item is enchanted. The enchantment glow is on the items. So the enchantments are there but not visible. It would be sufficient to add checks or commands to renew the lore
To Reproduce Steps to reproduce the behavior:
- Use latest EcoEnchants v8
- Wait for the bug
- Upgrade to v9 and rearrange the same enchantments
Expected behavior The lore should display the enchantments
Screenshots
Server Information (please complete the following information):
- Paper version git-Paper-153 (MC: 1.19.2)
- eco-6.41.1
- EcoEnchants v9.0.0-b27
Did you check if hide enchants is set?
Did you check if hide enchants is set?
Yes, now I checked and the ItemFlag "HideEnchants" is set. So for EcoEnchants this will be an easy fix with just unhide all items with (eco) enchants on it.
Not for all because this would break other items where hideenchants is intended
This commit in eco should have resolved this issue https://github.com/Auxilor/eco/commit/82d269daf11876dd6722e130562fb6196210b53a
Also with current eco the enchants stay hidden. Or is there an event that needs to be triggered to display it correctly?
Can confirm that the update did not resolve the issue. I'll talk to aux
On Tue, Sep 27, 2022, 06:09 Alexander Möbius @.***> wrote:
Also with current eco the enchants stay hidden. Or is there an event that needs to be triggered to display it correctly?
— Reply to this email directly, view it on GitHub https://github.com/Auxilor/EcoEnchants/issues/299#issuecomment-1259282131, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMC3ADUHWDBINLQI667YKTWALBUXANCNFSM6AAAAAAQP6VP3U . You are receiving this because you commented.Message ID: @.***>
Recommended fix from aux in discord is to set packet frames to false in eco config.yml he said he will implement proper fix eventually
This also does not work. Even with the most current eco and EcoEnchants.
It is not a problem with packet manipulation but with the item flag hideEnchants in the itemStack ItemMeta.
Aux says to disable packet frames in eco config.yml until it gets a proper fix
On Mon, Oct 3, 2022, 16:07 Alexander Möbius @.***> wrote:
This also does not work. Even with the most current eco and EcoEnchants.
It is not a problem with packet manipulation but with the item flag hideEnchants in the itemStack ItemMeta.
— Reply to this email directly, view it on GitHub https://github.com/Auxilor/EcoEnchants/issues/299#issuecomment-1265969715, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMC3AH7ABUHRCA5U6SEJTDWBM4INANCNFSM6AAAAAAQP6VP3U . You are receiving this because you commented.Message ID: @.***>
Is there a way to easily check on an item if there is an EcoEnchant on it so I can make the enchant visible by an own plugin?
Or will a fix be released soon?