Name | Pose |
Syntax | pose (add/remove/{assume}) [id:<name>] (player/{npc}) (<location>) |
Short Description | Rotates the player or NPC to match a pose, or adds/removes an NPC's poses. |
Full Description | Makes a player or NPC assume the position of a pose saved on an NPC, removes a
pose with a specified ID from the current linked NPC, or adds a pose to the NPC with an ID and a location, although the only thing that matters in the location is the pitch and yaw. |
Related Tags | <NPCTag.has_pose[<name>]> Returns true if the NPC has the specified pose, otherwise returns false.
<NPCTag.pose[<name>]> Returns the pose as a LocationTag with x, y, and z set to 0, and the world set to the first (...)
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | npc |
Requires | Citizens |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/PoseCommand.java#L25 |