Name | Stop |
Syntax | stop |
Short Description | Stops the current queue. |
Full Description | This will immediately stop the current queue, preventing it from processing any further. |
Related Tags | <queue> to get the current queue.
|
Usage Example |
|
Group | queue |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/StopCommand.java#L16 |