Solved remove “attack damage” text

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

dudle

Active Member
Jan 31, 2017
135
0
16
44
I was wondering if it’s possible to remove these “+5 attack damage” from items like swords, pickaxes, etc?

I want to have my own lores which are simple to make but want to get rid of this text and don’t know how to.

Also, how can I remove the 1.9 item texts? and enchantment texts of an item?

ty
 
more specific help on how to do this’s appreciated, an example maybe as well
 
You can add "HideFlags:63" to the nbt of the item to hide it.

2 examples:
code_language.skript:
set {_item} to 1 of diamond sword with nbt "{HideFlags:63}" named "&cTest" with lore "&cTest"

set {_item} to 1 of diamond sword named "&cTest" with lore "&cTest"
add "{HideFlags:63}" to nbt of {_item}
You need SkStuff for this
 
  • Like
Reactions: dudle
You can add "HideFlags:63" to the nbt of the item to hide it.

2 examples:
code_language.skript:
set {_item} to 1 of diamond sword with nbt "{HideFlags:63}" named "&cTest" with lore "&cTest"

set {_item} to 1 of diamond sword named "&cTest" with lore "&cTest"
add "{HideFlags:63}" to nbt of {_item}
You need SkStuff for this
tyy
 
Status
Not open for further replies.