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...
NameStand
Syntaxstand
Short DescriptionCauses the NPC to stand up from sitting or sleeping.
Full DescriptionMakes the linked NPC stop sitting or sleeping.
To make them sit, see Command:Sit.
To make them sleep, see Command:Sleep.
Related TagsNone
Usage Example
# Make the linked NPC stand up.
- stand
Groupnpc
RequiresCitizens
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/StandCommand.java#L23