#(Doxa) Item container ( getting display name )
24 messages · Page 1 of 1 (latest)
(Doxa) Item container ( getting display name )
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
!t item.display
Returns the display name of the item, as set by plugin or an anvil.
properties
ElementTag
ItemTag.display
how would i format that?
this doesnt work
ex narrate diamond_item.display
Well you'd have to get your diamond_item first.
Ie, if you hold the item in your hand you can simply use
!t player.item_in_hand
Returns the item the entity is holding, or air if none.
inventory
ItemTag
EntityTag.item_in_hand
to get your ItemTag.
na its a seperate script
its alot more complex and not worth getting into
i just want to know if i can do it through the scripts item display_name
Feel free to share, if you want to get tips to improve your script.
!t item
Returns an item object constructed from the input value.
Refer to !objecttype ItemTag.
ItemTag