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