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...
Nameremoved_components
ObjectItemTag
InputListTag
Related Tags<ItemTag.removed_components> (Property) Returns the item components explicitly removed from an item. (...)
Description(Property) Sets the item components explicitly removed from an item.
This can be used to remove item's default behavior, such as making consumable items non-consumable.
Alternatively, use Mechanism:ItemTag.remove_component to remove a single component.
See Language:Item Components for more information.
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/ItemRemovedComponents.java#L14