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 596 tags...
Name<ItemTag.durability>
ReturnsElementTag(Number)
MechanismItemTag.durability
Description(Property) The amount of durability an item lost.
Generated Example
- narrate "the number value is <client.self_entity.item_in_hand.durability>"
GroupProperties
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/item/ItemDurability.java#L9