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...
Nameremove_component
ObjectItemTag
InputElementTag
DescriptionRemoves the specified item component from the item, see Language:Item Components for more information.
This can be used to remove item's default behavior, such as making consumable items non-consumable.
See also Property:ItemTag.removed_components.
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/ItemRemovedComponents.java#L68