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...
Namewander_delay
ObjectNPCTag
InputDurationTag
Related Tags<NPCTag.wander_delay> Returns the delay for the NPC's wander Waypoint Provider, if that provider is in use.
DescriptionSets the delay for an NPC's wander Waypoint Provider.
Mechanism:NPCTag.waypoint_provider must be set to 'wander' before setting wander_delay.
Set to 0 to disable.
Generated Example
- adjust <npc> wander_delay:12h
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1388