PluTotems
  • PluTotems
  • 🌟Features
    • Types
      • Item
      • Armor
      • Structure
      • Entity
        • Equipment
        • Pose
        • Custom Mob
    • Options
    • Triggers
    • Actions
      • Types
      • Script
      • Conditions
    • Effects
Powered by GitBook
On this page
  1. Features
  2. Types
  3. Entity

Pose

PreviousEquipmentNextCustom Mob

Last updated 2 years ago

We use a vector to set the position we want. You can set the position in the following parts of the armor stand:

  1. head

  2. body

  3. leftArm

  4. rightArm

  5. leftLeg

  6. rightLeg

Example

# pose: v1,v2,v3
pose:
  head: -70.0,0.0,0.0
  body: 0.0,0.0,0.0
  leftArm: -160.0,30.0,0.0
  rightArm: -150.0,0.0,0.0
  leftLeg: -170.0,0.0,0.0
  rightLeg: -100.0,0.0,0.0

🌟