/armorstand Command Reference
Complete reference for every HS Armour Stand Editor command, including syntax, permissions, aliases and usage examples.
/armorstand Command Reference
HS Armour Stand Editor uses one primary command with several subcommands for selecting, moving, posing and customising armour stands.
The main command is:
/armorstand
You may also use either of these aliases:
/as
/ase
All examples on this page use /armorstand, but the aliases work in exactly the same way.
Command Access
Normal editing commands can be used when either of the following applies:
- The player has the required permission node.
- The player is holding a valid Editor Book and book permission bypass is enabled in
config.yml.
Administrative commands such as creating Editor Books and reloading the configuration always require their dedicated permission nodes.
Command List
| Command | Description | Permission |
|---|---|---|
/armorstand |
Opens the editor for the selected or nearby armour stand. | armourstandeditor.use |
/armorstand menu |
Opens the editor menu. | armourstandeditor.use |
/armorstand help |
Displays the available command syntax. | None |
/armorstand select |
Selects the best available armour stand. | armourstandeditor.select |
/armorstand deselect |
Clears the player's current selection. | None |
/armorstand info |
Displays information about the selected or nearby stand. | None |
/armorstand undo |
Undoes the player's most recent recorded change. | armourstandeditor.undo |
/armorstand redo |
Restores the most recently undone change. | armourstandeditor.undo |
/armorstand arms |
Changes whether the armour stand has arms. | armourstandeditor.appearance |
/armorstand baseplate |
Changes whether the armour stand has a base plate. | armourstandeditor.appearance |
/armorstand visible |
Changes whether the armour stand itself is visible. | armourstandeditor.appearance |
/armorstand small |
Changes whether the armour stand uses its small size. | armourstandeditor.appearance |
/armorstand marker |
Changes the armour stand's marker state. | armourstandeditor.appearance |
/armorstand gravity |
Changes whether gravity affects the armour stand. | armourstandeditor.appearance |
/armorstand glow |
Changes whether the armour stand glows. | armourstandeditor.appearance |
/armorstand nudge |
Moves the armour stand in a specified direction. | armourstandeditor.move |
/armorstand movehere |
Teleports the armour stand to the player's location. | armourstandeditor.move |
/armorstand rotate |
Adds the supplied number of degrees to the stand's yaw. | armourstandeditor.rotate |
/armorstand pose |
Sets one axis of an armour stand body-part pose. | armourstandeditor.pose |
/armorstand book |
Gives the player a genuine Editor Book. | armourstandeditor.book.give |
/armorstand book give <player> |
Gives a genuine Editor Book to another online player. | armourstandeditor.book.give |
/armorstand reload |
Reloads config.yml. |
armourstandeditor.reload |
Opening the Editor
Syntax
/armorstand
/armorstand menu
Both commands attempt to open the editor menu.
If no armour stand is currently selected, the plugin uses its configured selection behaviour to find a suitable nearby stand.
Required permission:
armourstandeditor.use
Help
Syntax
/armorstand help
Displays a compact list of the available commands and their syntax.
Selecting an Armour Stand
Syntax
/armorstand select
Attempts to select an armour stand using the configured selection rules.
Depending on config.yml, the plugin can prefer the stand the player is looking at and fall back to the closest stand within range.
Required permission:
armourstandeditor.select
Clearing the Selection
Syntax
/armorstand deselect
Clears the current armour stand selection for the player.
Armour Stand Information
Syntax
/armorstand info
Displays the following information about the selected or nearby armour stand:
- Entity UUID
- X, Y and Z coordinates
- Yaw
- Arms state
- Base plate state
- Visibility state
- Small state
Appearance Commands
The following commands all use the same value options:
on
off
toggle
Leaving the value blank also toggles the current state.
Arms
/armorstand arms
/armorstand arms on
/armorstand arms off
/armorstand arms toggle
Base Plate
/armorstand baseplate
/armorstand baseplate on
/armorstand baseplate off
/armorstand baseplate toggle
Visibility
/armorstand visible
/armorstand visible on
/armorstand visible off
/armorstand visible toggle
Small Size
/armorstand small
/armorstand small on
/armorstand small off
/armorstand small toggle
Marker
/armorstand marker
/armorstand marker on
/armorstand marker off
/armorstand marker toggle
Gravity
/armorstand gravity
/armorstand gravity on
/armorstand gravity off
/armorstand gravity toggle
Glow
/armorstand glow
/armorstand glow on
/armorstand glow off
/armorstand glow toggle
All appearance commands require:
armourstandeditor.appearance
Moving an Armour Stand
Nudge Syntax
/armorstand nudge <direction> [amount]
Supported directions:
forward
back
left
right
up
down
Examples:
/armorstand nudge forward
/armorstand nudge up 0.25
/armorstand nudge left 1
/armorstand nudge down 0.05
When no amount is provided, the plugin uses movement.default-step from config.yml.
The supplied amount cannot exceed movement.maximum-command-step.
Forward, back, left and right movement are calculated using the player's horizontal facing direction.
Required permission:
armourstandeditor.move
Move to Player
Syntax
/armorstand movehere
Teleports the selected or nearby armour stand to the player's exact current location and facing direction.
Required permission:
armourstandeditor.move
Rotating an Armour Stand
Syntax
/armorstand rotate <degrees>
Adds the supplied number of degrees to the armour stand's current yaw.
Examples:
/armorstand rotate 15
/armorstand rotate -15
/armorstand rotate 90
/armorstand rotate 180
Positive and negative values may be used to rotate in opposite directions.
Required permission:
armourstandeditor.rotate
Pose Commands
Syntax
/armorstand pose <part> <axis> <degrees>
Supported body parts:
head
body
leftarm
rightarm
leftleg
rightleg
Supported axes:
x
y
z
Examples:
/armorstand pose head x 15
/armorstand pose head y -20
/armorstand pose rightarm x -45
/armorstand pose leftleg z 10
The command sets the selected axis to the exact supplied angle. It does not add the angle to the current value.
Resetting the Full Pose
/armorstand pose resetall
Resets the head, body, both arms and both legs to zero rotation.
Required permission:
armourstandeditor.pose
Undo and Redo
Undo
/armorstand undo
Restores the armour stand to the state recorded before the player's most recent change.
Redo
/armorstand redo
Reapplies the most recently undone change.
Both commands require:
armourstandeditor.undo
The maximum number of stored entries per player is controlled by history.maximum-entries-per-player in config.yml.
Editor Book Commands
Give Yourself a Book
/armorstand book
Adds a genuine Editor Book to your inventory.
Give Another Player a Book
/armorstand book give <player>
The target must be online and the player name must match exactly.
Examples:
/armorstand book give CharleyQ
/as book give Steve
Both commands require:
armourstandeditor.book.give
Holding an Editor Book may grant access to normal editing commands, but it does not grant permission to create additional books.
Reloading the Configuration
Syntax
/armorstand reload
Reloads the plugin's config.yml file.
Required permission:
armourstandeditor.reload
Automatic Stand Selection
Most editing commands first use the player's currently selected armour stand.
When there is no current selection, the plugin attempts to select a suitable nearby armour stand automatically. If no stand is found, the command returns:
No armour stand selected or nearby.
Examples
Create and Pose a Display
/armorstand select
/armorstand arms on
/armorstand pose rightarm x -45
/armorstand pose head y 15
/armorstand rotate 20
Precisely Reposition a Stand
/armorstand nudge forward 0.25
/armorstand nudge left 0.10
/armorstand nudge up 0.05
Correct a Mistake
/armorstand undo
/armorstand redo
Related Pages
- Command Overview
- Permission Nodes
- Creating Your First Editor Book
- Editing Your First Armour Stand
- config.yml Reference