Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2425 tags...
Name<EntityTag.line_width>
ReturnsElementTag(Number)
MechanismEntityTag.line_width
Description(Property) A text display entity's line width, used to split lines (note that newlines can still be added as normal).
Generated Example
- narrate "the number value is <player.line_width>"
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityLineWidth.java#L10