Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Mechanics
  • animatearmorstand

animatearmorstand · Changes

Page history
updated layout and informations authored Sep 17, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 24 deletions
+24 -24
  • skills/mechanics/animatearmorstand.md skills/mechanics/animatearmorstand.md +24 -24
  • No files found.
skills/mechanics/animatearmorstand.md
View page @ 20194fd0
Mechanic: Animate ArmorStand
============================
## Description
Makes an armor stand assume a pose over a specified time
Animates an armorstand.
Attributes
----------
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| duration | d | The duration of the animation in ticks | 1 |
| smart | | Whether to apply smart angle conversion | true |
| ignoreempty | ie | Whether to ignore empty pose values | true |
| usedegrees | ud | Interprets the input' values as degrees (0-360) if set to true and as radians (0-6.28) if set to false | true |
| head | h | The pose for the armorstand's head | |
| body | b | The pose for the armorstand's body | |
| leftarm | la | The pose for the armorstand's left arm | |
| rightarm | ra | The pose for the armorstand's right arm | |
| leftleg | ll | The pose for the armorstand's left leg | |
| rightleg | rl | The pose for the armorstand's right leg | |
| Attribute | Aliases | Description | Default Value |
|-------------|---------|-----------------------------------------------------------------------------------------|---------------|
| duration | d | How long the animation takes | 1 |
| smart | | Will help you to make your animations smoother if true | true |
| ignoreempty | | Will ignore unspecified body parts and not animate them | true |
| usedegrees | | Interprets the input' values as degrees (0-360) and as radians (0-6.28) if set to false | true |
| head | h | Part of an armorstand to animate | null |
| body | b | Part of an armorstand to animate | null |
| leftarm | la | Part of an armorstand to animate | null |
| rightarm | ra | Part of an armorstand to animate | null |
| leftleg | ll | Part of an armorstand to animate | null |
| rightleg | rl | Part of an armorstand to animate | null |
Examples
--------
## Examples
```yaml
Skills:
- animatearmorstand{d=10;leftarm=90,0,0;rightarm=270,0,0;ignoreempty=false}
- ...
Skills:
- animatearmorstand{d=10;leftarm=90,0,0;rightarm=270,0,0;ignoreempty=false}
```
## Aliases
- [x] animateas
- [x] animas
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Tips