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...
Nameworldguard_wander_region
ObjectNPCTag
InputWorldGuardRegionTag
Related Tags<NPCTag.worldguard_wander_region> If the NPC's waypoint provider is set to wander (Tag:NPCTag.waypoint_provider), (...)
DescriptionIf the NPC's waypoint provider is set to wander (Mechanism:NPCTag.waypoint_provider),
sets the current WorldGuard region that wandering is restricted to.
Provide no input to remove the region restriction.
RequiresDepenizen, WorldGuard
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/worldguard/WorldGuardNPCExtensions.java#L34