#How hide enchantement in deluxemenu
1 messages · Page 1 of 1 (latest)
` 'grades':
material: netherite_chestplate
glow: true
slot: 10
priority: 1
display_name: "&f&lGrades"
lore:
- "&8Cliquer ici pour accéder aux grades et"
- "&8débloquer des avantages sur toutes la version."
nbt:
HideFlags: 63
enchantments:
- DURABILITY;1
left_click_commands:
- '[console]'`
my servser is in 1.20.6 and i use deluxemenu 1.14.0
Try using the HIDE_ENCHANTS ItemFlag.
https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/item#item-flags
okay it's work thx
and how what is the flag of the armor description ?
bruh
try the hide_enchantments flag - Make sure to put it in all caps
and try the hide_attributes_modifier flag - same thing
like that ?
remove the nbt: hideFlags thing
thats useless
could be breaking the item
Also, get rid of the space between enchantments and left_click_commands
i remove it but same things
you said 1.14.0?
no only one grades item
Alright, lets see the plugin list
i have this error
👀
You're spacing is off:
- <ItemFlag>
- <ItemFlag>```
You have two spaces in front
Oh weird, ItemFlags are not working for me either
Yeah, Im thinking item-flags is broken. Checking the code now
Actually, It does work. I put it in wrong
It might be NBTAPI
i need to disable it ?
Ill install it on my local environment to see
Ah, Just update DeluxeMenus
to 1.14.1
Deprecated the following options: hide_attributes, hide_enchantments, hide_unbreakable. The item_flags options should be used instead.
For you, it would be hide_attributes: true
@hollow mantle
Thats why
get rid of item_flags and use the following
hide_enchantments: true```
or update
okay if i underdtant i just need to update dm and write this
hide_attributes: true
hide_enchantments: true
No, if you update DM. You have to use item_flags
if you dont, Use
hide_attributes: true
hide_enchantments: true
Np
I'm so confused what is it now?
Item Flags is what you should use. The hide_enchantments and hide_attributes options will be removed at some point.