
Armor Stand Editor
Pose and modify your armor stand with ease!
Обновлён 16 июня 2026 г. · опубликован 3 апреля 2021 г.
Armor Stand Editor

Armor Stand Editor a simple to use mod, allowing you to pose/modify Armor Stand in game, without need to use commands or external websites. It was designed with survival usage in mind, so you can use it on your survival world/server without having to worry about it breaking the experience.
It is compatible with Fabric and Quilt and can work purely server side, allowing vanilla players to use all capabilities of it, while still being fully functional in singleplayer.
Usage
First you need to get flint (or other configured item). Then you just click with it Armor Stand you want to modify. Your hotbar will get replaced with setting selector (only visually, your inventory is untouched). By using right mouse button (use/place action), you can enter/activate action bound to it (which is described in its name). To change angle/value of movement/pose related options, sneak while having it selected and use scroll to change value up or down.

To go back you can click the barrier/icon on right side. To close it completely, press Q (drop item).

Showcase
- Showcase by Patbox: https://www.youtube.com/watch?v=E7eCwKVZeqY
- Polish showcase by Patbox: https://www.youtube.com/watch?v=6aqd5d9NkeU
Config
{
"CONFIG_VERSION_DONT_TOUCH_THIS": 2,
"armorStandTool": "minecraft:flint", // Item that acts as editor, can be from a mod
"requireIsArmorStandEditorTag": false, // Makes item require nbt tag isArmorStandEditor of item
"holdingToolSpawnsParticles": true, // If true, player will see particles around armor stand while holding tool
"useLegacyUiByDefault": false, // Forces usage of legacy ui, not recommended
"blackListedBuildInPresets": [], // Removes default presets
"allowedByDefault": [/*...*/] // Actions allowed by default
}
Permissions
Additionally, command /armorstandeditor uses armorstandeditor.commands.<subcommand or main>.
Format of editors permissions looks like armorstandeditor.edit.<type>, look at this file
For Armor Stand Editing you can give players armorstandeditor.use permission and for Item Flames armorstandeditor.useItemFrame
If you want to allow others to modify entities disguised as Armor Stands, give them armorstandeditor.useDisguised permission,
By default, players can edit them as they want.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.13.0+26.2 | Релиз | 26.2 | fabric | 16 июня 2026 г. | Скачать (312 КБ) |
| 2.12.1+26.1.2 | Релиз | 26.1.2 | fabric | 15 мая 2026 г. | Скачать (311 КБ) |
| 2.12.0+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 26 марта 2026 г. | Скачать (311 КБ) |
| 2.11.1+1.21.11 | Релиз | 1.21.11 | fabric, quilt | 1 января 2026 г. | Скачать (346 КБ) |
| 2.11.0+1.21.11-pre3 | Релиз | 1.21.11-pre3, 1.21.11 | fabric, quilt | 30 ноября 2025 г. | Скачать (347 КБ) |
| 2.10.0+1.21.9-pre4 | Релиз | 1.21.9-pre4, 1.21.9, 1.21.10 | fabric, quilt | 24 сентября 2025 г. | Скачать (346 КБ) |
| 2.9.0+1.21.6 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 17 июня 2025 г. | Скачать (340 КБ) |
| 2.8.0+1.21.5-rc1 | Релиз | 1.21.5-rc1, 1.21.5 | fabric, quilt | 23 марта 2025 г. | Скачать (339 КБ) |
| 2.5.2+1.21.1 | Релиз | 1.21.1 | fabric, quilt | 12 марта 2025 г. | Скачать (334 КБ) |
| 2.7.0+1.21.4-rc1 | Релиз | 1.21.4-rc1, 1.21.4 | fabric, quilt | 28 ноября 2024 г. | Скачать (335 КБ) |
| 2.6.0+1.21.2-rc1 | Релиз | 1.21.2-rc1, 1.21.2, 1.21.3 | fabric, quilt | 20 октября 2024 г. | Скачать (333 КБ) |
| 2.5.1+1.21.1 | Релиз | 1.21.1 | fabric, quilt | 6 октября 2024 г. | Скачать (333 КБ) |
| 2.5.0+1.21-rc1 | Релиз | 1.21-rc1, 1.21, 1.21.1 | fabric, quilt | 12 июня 2024 г. | Скачать (316 КБ) |
| 2.4.1+1.20.6 | Релиз | 1.20.6 | fabric, quilt | 30 мая 2024 г. | Скачать (310 КБ) |
| 2.1.3+1.20.1 | Релиз | 1.20.1 | fabric, quilt | 30 мая 2024 г. | Скачать (304 КБ) |
Показаны последние 15 из 39 версий.
Ченджлог
2.13.0+26.2Релиз26.2 · 16 июня 2026 г.
2.12.1+26.1.2Релиз26.1.2 · 15 мая 2026 г.
2.12.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 26 марта 2026 г.
2.11.1+1.21.11Релиз1.21.11 · 1 января 2026 г.
2.11.0+1.21.11-pre3Релиз1.21.11-pre3, 1.21.11 · 30 ноября 2025 г.
2.10.0+1.21.9-pre4Релиз1.21.9-pre4, 1.21.9, 1.21.10 · 24 сентября 2025 г.
What's Changed
- feat: invulnerability (+ fix some spelling mistakes c:) by @Maganoos in https://github.com/Patbox/ArmorStandEditor/pull/30
- Updated to 1.21.9
Full Changelog: https://github.com/Patbox/ArmorStandEditor/compare/2.9.0+1.21.6...2.10.0+1.21.9-pre4
2.9.0+1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 17 июня 2025 г.
What's Changed
- Update to 1.21.6 by @ellellie in https://github.com/Patbox/ArmorStandEditor/pull/27
New Contributors
- @ellellie made their first contribution in https://github.com/Patbox/ArmorStandEditor/pull/27
Full Changelog: https://github.com/Patbox/ArmorStandEditor/compare/2.8.0+1.21.5-rc1...2.9.0+1.21.6
2.8.0+1.21.5-rc1Релиз1.21.5-rc1, 1.21.5 · 23 марта 2025 г.
Комментарии
Загружаем…
