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...
NameMark
Syntaxmark [<name>]
Short DescriptionMarks a location for Command:goto.
Full DescriptionMarks a location for the goto command. See Command:goto for details.
Related TagsNone
Usage Example
#Use to mark a location.
- mark potato
Groupqueue
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/queue/MarkCommand.java#L18