#item flags not working on spawner tooltip
1 messages · Page 1 of 1 (latest)
Another problem, this is working fine:
- HIDE_ENCHANTS
enchantments:
- DURABILITY;1``` But:
``enchantment_glint_override`` is not working at all (maybe because i'm in 1.20)
🥲
Item flag: HIDE_MAP_ID for item: warps in menu: island_more is not a valid item flag!
I also have the same error message when I try to use HIDE_ADDITIONAL_TOOLTIP who is supposed to work here
That is correct. I believe the option only works in 1.20.5 and higher.
Item flags can differ from one server version to another. These would be the ones available on Spigot 1.20: https://helpch.at/docs/1.20/org/bukkit/inventory/ItemFlag.html.
For Paper 1.20 you can look here: https://jd.papermc.io/paper/1.20.6/org/bukkit/inventory/ItemFlag.html
declaration: package: org.bukkit.inventory, enum: ItemFlag