Quantcast
Viewing all articles
Browse latest Browse all 11417

Items flags

How to add item flags, such as HIDE_ATTRIBUTES or HIDE_UNBREAKABLE.
All list:
Code:
HIDE_ENCHANTS,
HIDE_ATTRIBUTES,
HIDE_UNBREAKABLE,
HIDE_DESTROYS,
HIDE_PLACED_ON,
HIDE_POTION_EFFECTS;
Spigot code:
Code:
ItemStack item;
ItemMeta meta = item.getItemMeta();
meta.addItemFlags(ItemFlag.HIDE_ATTRIBUTES, ItemFlag.HIDE_UNBREAKABLE, ...);

Viewing all articles
Browse latest Browse all 11417

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>