Name | Stand |
Syntax | stand |
Short Description | Causes the NPC to stand up from sitting or sleeping. |
Full Description | Makes the linked NPC stop sitting or sleeping.
To make them sit, see Sit. To make them sleep, see Sleep. |
Related Tags | None
|
Usage Example |
|
Group | npc |
Requires | Citizens |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/StandCommand.java#L23 |