ItemJoin

ItemJoin

157k Downloads

how do I hide an object enchantment

FallenCrystal opened this issue ยท 3 comments

commented

when I enchant the item.
it will show enchantments.
how do to hide it?

commented

and idk how to customize the players head

commented

https://github.com/RockinChaos/ItemJoin/wiki/Creating-Items#defining-an-items-itemflags
hide-attributes - Hides ALL attributes, such as firework color, damage the item does, enchantments. (Hides everything from lore except the custom lore).

https://github.com/RockinChaos/ItemJoin/wiki/Creating-Items#creating-a-custom-skull-player-heads
via skull-owner: '%player%' or skull-texture: 'url-13e8bbc8d174aecd6b46888fa63f9bade14b042e5e17063139d67f8e0163a38'

commented

thx