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 2437 tags...
Name<ItemTag.color>
ReturnsColorTag
MechanismItemTag.color
Description(Property) The color of a leather armor, potion, filled map, or tipped arrow item.
For the tag: will return a white ObjectType:ColorTag if the given potion item doesn't have a color.
For the tag: will return null if the given map item doesn't have a color.
Generated Example
- inventory adjust slot:hand color:<player.item_in_hand.color>
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemColor.java#L15