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 656 mechanisms...
Namebody_stingers
ObjectEntityTag
InputElementTag(Number)
Related Tags<EntityTag.body_stingers> (Property) Returns the number of bee stingers stuck in an entity's body. (...)
Description(Property) Sets the number of bee stingers stuck in an entity's body.
Note: Bee stingers will only be visible for players or player-type npcs.
Generated Example
- adjust <player> body_stingers:4
GroupProperties
RequiresPaper
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityBodyStingers.java#L10