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...
Nameno_tick_view_distance
ObjectWorldTag
InputElementTag(Number)
Related Tags<WorldTag.no_tick_view_distance> Deprecated: replaced by Minecraft's simulation_distance and view_distance config pairing
DescriptionDeprecated: replaced by Minecraft's simulation_distance and view_distance config pairing
Generated Example
- adjust <player.location.world> no_tick_view_distance:1
Grouppaper
RequiresPaper
Deprecatedreplaced by Minecraft's simulation_distance and view_distance config pairing
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperWorldExtensions.java#L78