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 184 commands...
NameStop
Syntaxstop
Short DescriptionStops the current queue.
Full DescriptionThis will immediately stop the current queue, preventing it from processing any further.
Related Tags<queue> to get the current queue.
Usage Example
#Use to stop the current queue.
- stop
Groupqueue
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/StopCommand.java#L16