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...
NameElse
Related Guide Pagehttps://guide.denizenscript.com/guides/basics/if-command.html
Syntaxelse (if <comparison logic>)
Short DescriptionHelper command for usage with the if command.
Full DescriptionA helper command to use with if commands.
See Command:if command documentation.
Related TagsSee IF command documentation.
Usage Example
#See IF command documentation.
Groupqueue
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/ElseCommand.java#L17