Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 668 mechanisms...
Namecolor
ObjectItemTag
InputColorTag
Related Tags<ItemTag.color> (Property) Returns the color of a leather armor, potion, filled map, or tipped arrow item. (...)
Description(Property) Sets the color of a leather armor, potion, filled map, or tipped arrow item.
Generated Example
- adjust <player.item_in_hand> color:green
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemColor.java#L15