ENCHANTMENTS VERSION INCOMPATIBILITY
Closed this issue · 7 comments
1.20.4 Paper
Deluxemenus 1.14.0
This works in 1.20.2 - 'SILK TOUCH;1'
but instead in 1.20.4 - DURABILITY: 1 It needs to be used, but it doesn't make the item look magical.
When you make SILK TOUCH, the error occurs as follows;
[DeluxeMenus] Enchantment SILK_TOUCH for item 2 in menu avcımenu is not a valid enchantment name!
However, when you use endurance, no error occurs, but the magical item does not appear.
I tried everything I could think of but it didn't work
I can solve the problem by downgrading the server version.
enchantments:
- SILK_TOUCH; 1
hide_enchantments: true
[DeluxeMenus] Enchantment level is incorrect for item perks in menu coinshop!
1.20.4
- SHARPNESS; 1
When I do this an error appears in the console. How can I fix this? I managed to enchant the item but an error appears in the console.
[DeluxeMenus] Enchantment level is incorrect for item perks in menu coinshop!
You have a space before the level, the format is ENCHANTMENT;level
thanks!!
fixed. thank you
You have a space before the level, the format is
ENCHANTMENT;level
We should probably trim white spaces for those values. Don't see a good reason not to.