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 625 mechanisms...
Nameline_width
ObjectEntityTag
InputElementTag(Number)
Related Tags<EntityTag.line_width> (Property) A text display entity's line width, used to split lines (note that newlines can still be added as normal).
Description(Property) A text display entity's line width, used to split lines (note that newlines can still be added as normal).
Generated Example
- adjust <player> line_width:3
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityLineWidth.java#L10