FlapKakker Posted June 23, 2021 Share Posted June 23, 2021 Hey everyone I'm looking for a way to hide enchantments on an item. I know skript addons can do this, but i dont have any plugin slots left. I was wondering if anyone knows a solution in vanilla script. The only thing I found online was the vanilla minecraft command /give @p .... but i'm really looking for a solution that works like this: give 1 of item named "whatever" with lore "whatever" and with custom nbt "{HideFlags:number}" to player (This is not working atm) Thanks in advance! Link to comment Share on other sites More sharing options...
Enigma5268 Posted July 17, 2021 Share Posted July 17, 2021 maybe something like add "{HideFlags:61}" to nbt of player's tool Link to comment Share on other sites More sharing options...
D4isDAVID Posted July 17, 2021 Share Posted July 17, 2021 i don't think that hiding flags is possible with vanilla skript. it would require the SkBee addon both for doing this and for adding nbt to the item give item named "name" with lore "lore" with all flags hidden to player 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now