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 632 mechanisms...
Namepage
ObjectLocationTag
InputElementTag(Number)
Related Tags<LocationTag.page> Returns the current page on display in the book on this Lectern block.
DescriptionSets the page currently displayed on the book in a lectern block.
Generated Example
- adjust <player.location> page:3
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4546