PoseStand

From MinecraftOnline
Jump to navigation Jump to search
PoseStand
StandPoses.png
Plugin Information
Lead Dev getplayerhead.sh?Anna_28&16.png Anna_28
Programmers getplayerhead.sh?Anna_28&16.png Anna_28
Links
Bugtracker Bugtracker

PoseStand is a script written by getplayerhead.sh?Anna_28&16.png Anna_28 that allows players to change armor stands in significant ways.

The Commands

/posestand

This is the first and primary command through which the script is used. It does nothing on its own, only working in conjunction with one of the script's subcommands. These are:

  • rotate
  • givearms
  • swaphands
  • changesize
  • togglebase
  • cycle
  • save
  • load
  • delete
  • list

Each subcommand's usability and syntax shall be covered in the next section.

When using this command and any of its subcommands, the player must be looking at any block adjacent to the stand. This is because the script selects an armor stand based on the blocks adjacent to it rather than selecting the entity itself.

/lockstand

This command will lock the selected armor stand, preventing players from taking things off of it, placing things on it, and rotating it using the rotate subcommand for /posestand. It can be unlocked through the same command by the player that has locked it.

Like /posestand, the player must be looking at the blocks adjacent to the stand in order to select it.

/displayinfo armor_stand

This command will display the contents of the selected armor stand. This command also works for item frames.

Just the same as /posestand, the player must be looking at the blocks adjacent to the stand in order to select it.

The Subcommands

You can rotate any unlocked armour stand or locked ones if they are your own.

No Donor level

  • /posestand swaphands - swaps the held items in each hand of the selected armor stand. This allows players to place non-shield items in the off hand of armor stands by placing the item in the main hand and then using the subcommand to swap it into the off hand.
  • /posestand save <name> - allows the player to save the current pose of the selected armor stand. Its syntax is as follows:
    • <name> = A name you give for the pose you want to save.
  • /posestand list - lists the names of the poses the player has saved using the save subcommand.
  • /posestand delete <name> - allows the player to delete a pose they have saved using the save subcommand. Its syntax is as follows:
    • <name> = The name of the saved pose you want to delete.

Donor I

  • /posestand givearms - gives arms to the selected armor stand. These arms can hold items. Note that when loading a saved pose that has arms on an armor stand that does not have arms, the player will have to manually give the stand arms using this subcommand in order for the arms to show up on the armor stand in their correct position as configured in the saved pose.

Donor II

  • /posestand cycle [preset] - allows the player to apply one of thirteen preset poses to the selected armor stand. If used without specifying a preset, the command will cycle through the list of presets. Its syntax is as follows:
    • [preset] = Any number from 0 to 12.

Donor III

  • /posestand load <name> - allows the player to apply a saved pose onto the selected armor stand. Its syntax is as follows:
    • <name> = The name of the saved pose you want to apply.
  • /posestand rotate <part> <axis> <rotation> - allows the player to rotate different parts of the selected armor stand. Its syntax is as follows:
    • <part> = Rotation (the whole stand), Body, Head, LeftArm, LeftLeg, RightArm, or RightLeg
    • <axis> = x, y, or z
    • <rotation> = # of degrees to rotate. Use ~ to rotate relatively, ex. ~180.

Donor IV

  • /posestand changesize - Cycles the size between small (1 block tall) and large (2 blocks tall, normal)
  • /posestand togglebase - Toggles the visibility of the base plate

Gallery of preset poses

All the preset poses in /posestand cycle

Additional Features

  • With the NamedBoats plugin, you can rename an armor stand in an anvil to give it a custom name. When the armor stand is broken, it will drop and keep its name, unlike what happens in Vanilla Minecraft. This name is also visibly displayed in the aforementioned /posestand subcommands.

Resources

External tools allow faster and easier ways to manipulate armor stands. The values you create can then be used for the /posestand command.

Additional Information

  • getplayerhead.sh?Mechman007&16.png Mechman007 helped make the preset poses, which are based off the ones in Minecraft Bedrock Edition.