Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2487 tags...
Name<ItemTag.item_model>
ReturnsElementTag
MechanismItemTag.item_model
Description(Property) Returns an item's model Language:Item Components in namespaced key format.
The default namespace is "minecraft", so for example an input of "stone" becomes "minecraft:stone", and will set the item model to a stone block.
This can also be used to display item models from your own custom resource packs.
Generated Example
- narrate <player.item_in_hand.item_model>
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/datacomponents/ItemModelAdapter.java#L11