This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello!
Today i'm gonna show you how to use the HideFlags tag for make useless informations invisible in the weapon/tool description.
First, if you give yourself an item with, custom hit speed (for example), the game may show the item custom hit speed in his description.
This command give you an axe who instantly "recharge" and with which you can spam click (like the 1.8 PvP)
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}]}
There is it!
Now the command to give you the same axe but without the description.
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}],HideFlags:2}
As you can see, you just need to add the "HideFlags" with... 2? Why?
Hideflags:1 hide enchantments
2 hide attributes
4 hide unbreakable
8 hide CanDestroy (Destroy list)
16 hide CanPlaceOn (Can placed on list)
32 hide other things like fireworks infos ect.
IMPORTANT:
If you want to hide multiple things to an item, just add the multples Hideflags.
Example:
You want to hide enchantments and attributes. Then type HideFlags: 1 + 2 = 3
So you'll get something like that:
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}],Hideflags:3}
Hope you enjoyed my little tutorial. Thank you for having reading me and goodbye!
(PS: Sorry about bad translate, i'm french)
Aren't you exited? Aren't you happy?
You are going to be free.
Hello!
Today i'm gonna show you how to use the HideFlags tag for make useless informations invisible in the weapon/tool description.
First, if you give yourself an item with, custom hit speed (for example), the game may show the item custom hit speed in his description.
This command give you an axe who instantly "recharge" and with which you can spam click (like the 1.8 PvP)
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}]}
There is it!
Now the command to give you the same axe but without the description.
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}],HideFlags:2}
There is it!
As you can see, you just need to add the "HideFlags" with... 2? Why?
Hideflags:1 hide enchantments
2 hide attributes
4 hide unbreakable
8 hide CanDestroy (Destroy list)
16 hide CanPlaceOn (Can placed on list)
32 hide other things like fireworks infos ect.
IMPORTANT:
If you want to hide multiple things to an item, just add the multples Hideflags.
Example:
You want to hide enchantments and attributes. Then type HideFlags: 1 + 2 = 3
So you'll get something like that:
/give @p diamond_axe 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"Blah",Amount:1.5,Operation:0,UUIDLeast:1,UUIDMost:1}],Hideflags:3}
Hope you enjoyed my little tutorial. Thank you for having reading me and goodbye!
(PS: Sorry about bad translate, i'm french)
Aren't you exited? Aren't you happy?
You are going to be free.