| Name | sleep |
| Syntax | sleep (<location>) |
| Short Description | Causes the NPC to sleep. To make them wake up, see Stand. |
| Full Description | Makes the linked NPC sleep at the specified location.
Use Stand to make the NPC wake back up. |
| Related Tags | <NPCTag.is_sleeping> Returns true if the NPC is sleeping. Relates to sleep.
|
| Usage Example | |
| Group | npc |
| Requires | Citizens |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/SleepCommand.java#L24 |