Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 183 commands...
NameResume
Syntaxresume [waypoints/activity] (<duration>)
Short DescriptionResumes an NPC's waypoint navigation or goal activity temporarily or indefinitely.
Full DescriptionThe resume command resumes an NPC's waypoint navigation or goal activity temporarily or indefinitely.
This works along side Command:pause.
See the documentation of the pause command for more details.
Related Tags<NPCTag.is_navigating> Returns whether the NPC is currently navigating.
Usage Example
#Use to pause an NPC's waypoint navigation and then resume it.
- pause waypoints
- resume waypoints
Groupnpc
RequiresCitizens
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/PauseCommand.java#L71