
ArmorStandEditor-Reborn
Paper plugin to allow players to edit armorstands without commands.
- Загрузки
- 12K
- Подписчики
- 75
- Обновлён
- 12 мая 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 9 апреля 2023 г.
ArmorStandEditor is a plugin for Paper and related forks to allow players in survival to easily edit armor stand pose and attributes.
Credits
- RypoFalem for the original version of this plugin. Thank you for all your hard work (Archived in branch Original-Version )
- Anyone who has contributed to this project with tests, issues, code reviews etc. Thank you!
- Shamblecraft for allowing me to test on the server as required before publishing to production.
Downloads
Downloads for Version 1.17 and higher can be obtained from the download page or our release tracker here on GitHub. For versions older than 1.17, then please use the original versions download page.
The Latest Downloads Shortcut Links:
- ArmorStandEditor-Last (Unstable)
- Use these at your own risk. Limited Support is provided for testing purposes
- 1.20 - Not yet available
- 1.19 to 1.19.4
- 1.18 to 1.18.2
- 1.17 to 1.17.1
- 1.16 to 1.16.5
- 1.14 to 1.14.4
- 1.13 to 1.13.2
- 1.11 to 1.11.2
- 1.10 to 1.10.2
- 1.9 to 1.9.4
- 1.8
NOTE: The 1.17 Versions introduce NMS Version Checks and will not load on versions older than 1.13.
It will also advise that if you are on 1.13 to 1.16, that you update to 1.17.x or Higher. This will be subject to change in the future. The minimum enforced API Version is 1.13.
Features
- Editing ArmorStands with no commands required
- Rotation of all ArmorStand Parts along each axis
- Rotation of entire ArmorStand after Placement. Supported by Crouching and Scrolling, so you never have to open the menu
- Finer Adjustment to allow for Fine-Tuning of Positions.
- Coarser Adjustments to allow you to quickly to get to the intended position
- Toggles for: Disabling Slots, Invisibility, Gravity, Base Plates, Size (Normal and Small)
- Copying and Pasting ArmorStand Settings between ArmorStandEditor in a Survival Friendly way
- Storage of Copied Settings in one of 9 available slots.
- Naming of ArmorStands through the use of Vanilla Name tags, with colored name support
- Multiple Language Support through the use of community translations
- Respects multiple protection plugins: WorldGuard, Towny, GriefPrevention, Residence etc.
- Targeting of an ArmorStand by pressing F with the tool in your hand
- Glowing ArmorStand to signify Targeting and Slot Disables through the use of Scoreboards.
You can also follow our Feature Roadmap to see what we have planned (Updated as required).
Support
Support for ArmorStandEditor is provided:
- For API-Versions Higher than 1.13
- For Latest Release and Unstable versions of the Plugin
If there are issues with the plugin on the latest release, you can report them here.
If there are new feature requests, you can ask them to be implemented here.
NOTE: Bugs are also first tested to ensure that they can be reproduced according to the reported steps. If they can not, we will ask for more info.
Ченджлог
26.1.2-51Релиз26.1, 26.1.1, 26.1.2 · 12 мая 2026 г.
This is the ASE Update for 26.1 through to 26.1.2. The first of the new numbering scheme cause Mojang decided, following Windows is a good idea. Cheers!
Read this before updating
ASE as of 26.1 is built using Java 25. If you need to update your Java on your Server, please read https://docs.papermc.io/misc/java-install .
Failure to do this before updating to 26.1 or higher, and complaining that ASE is giving an error like has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0 will result in your issue being closed as NOT A BUG.
Config Changes
ArmorStandEditor now supports a way to block armorStands with given names from being edited. So you can do that by adding the following to your Config.yml
#----------- BLOCKED NAMES
# Armor stands with the following names will not be able to be edited
# Use exact name matching (case sensitive)
enableBlockedNames: false
blocked-names:
- "BlockedArmorStandName"
# - "ItemsAdder_furniture"
Also CustomDataModel is now done by using float numbers , not integers as in line with the PaperAPI
#Also please if you are using this, ensure that you also give people the ability asedit.give in
#order to allow them to change their edit tool for the right Custom Model Data
allowCustomModelData: false
customModelDataInt: 0.0
Other Changes
- Better Update Checker
- Java 25 Support
- CoreProtect Support
- Folia is better supported
- Maven has been replaced with Gradle
- Better Towny Permission Check
- Introduction for Bolt Protection (for users of Bolt)
New Contributors
- @Izopropyl made their first contribution in https://github.com/Wolfieheart/ArmorStandEditor/pull/845
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.11...26.1.x
1.21.11-50.1Релиз1.21.9, 1.21.10, 1.21.11 · 20 марта 2026 г.
[1.21.11-50.1]
Fix for Custom Item Model not working
Fix for Folia: #813
1.21.11-50Релиз1.21.9, 1.21.10, 1.21.11 · 25 февраля 2026 г.
This is the newest and biggest update to ArmorStandEditor since I took the project over, this is teh First ever Paper ONLY Update for ArmorStandEditor.
What has changed:
Alot. There is now support for Hex Colors, Versioning, Range ArmorStand Resets. There are also numerous bug fixes for example: Towny's Integration also not working as intended. Size and other features not working.
Config Updates:
You can compare your config to the new one on https://github.com/Wolfieheart/ArmorStandEditor/blob/master/src/main/resources/config.yml
What has disappeared:
What sadly has been dropped is Spigot Support buit this means going forward, ASE will work completely with the Paper Architecture.
1.21.10-49.3Релиз1.21.8, 1.21.9, 1.21.10 · 22 ноября 2025 г.
What's Changed
- Improved Russian translation by @GENIIY in https://github.com/Wolfieheart/ArmorStandEditor/pull/713
- Cache repeated Inventory#getHolder calls by @Warriorrrr in https://github.com/Wolfieheart/ArmorStandEditor/pull/723
- Improve towny integration by @Warriorrrr in https://github.com/Wolfieheart/ArmorStandEditor/pull/722
- Use PaperLib to further avoid holder snapshotting by @Warriorrrr in https://github.com/Wolfieheart/ArmorStandEditor/pull/736
- [CORE] ArmorStandEditor 1.21.6-49 / 1.21.7-49 by @Wolfieheart in https://github.com/Wolfieheart/ArmorStandEditor/pull/728
- [CORE] ArmorStandEditor 1.21.10-49.2 by @Wolfieheart in https://github.com/Wolfieheart/ArmorStandEditor/pull/767
- Update GitHub Artifact Actions to v5 (major) by @renovate[bot] in https://github.com/Wolfieheart/ArmorStandEditor/pull/777
- Fix for Size Menu being Broken
New Contributors
- @GENIIY made their first contribution in https://github.com/Wolfieheart/ArmorStandEditor/pull/713
- @Warriorrrr made their first contribution in https://github.com/Wolfieheart/ArmorStandEditor/pull/723
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.5-48.3...1.21.10
1.21.7-49Релиз1.21.5, 1.21.6, 1.21.7 · 12 июля 2025 г.
New things
- [rc2] 1.21.6 and 1.21.7 Support (thanks Mojang)
- [rc3] PaperLib Support ( https://github.com/Wolfieheart/ArmorStandEditor/pull/736 )
Bug Fixes:
- Fix for https://github.com/Wolfieheart/ArmorStandEditor/issues/720 (See Feature Changes below)
- Fix for Team Registration issues regarding the AS-InUse Team. (
java.lang.IllegalArgumentException: Team name 'AS-InUse' is already in use) will now just continue like with lockedTeam if its already found. - [rc2] Fix for users clicking on a blackPane throwing a Command Issue
Feature Changes:
- Size Menu will now allow you to do individual armorstands instead of just targetting those in a 1 block radius
- PresetPoses will also now allow for individual armorstands (similar as change to size menu)
- Running
/ase statswill now also report if the ArmorStand is InUse
1.21.5-48.3Релиз1.21.3, 1.21.4, 1.21.5 · 1 мая 2025 г.
Contains a fix for the Size Menu not working as intended.
TLDR: Fix for Scale not working with the replace in the size menu. Make it depend on the IconName but correctly compute how we get that.
1.20.6-46Релиз1.17, 1.17.1 · 19 мая 2024 г.
This update introduces ArmorStandEditor to the 1.20.5/1.20.6 update. This versions will work on all APIs until 1.17 (See the changelog for more info as to why we are doing this) and is built using Java 21.
Important Change to Player Heads
Just a heads-up: starting from version 1.20.6-46, we're waving goodbye to the Old Player Head Command. So, in this update, using "/ase playerhead" will only snag you the current Player's Head. No bugs here, folks! Please do not report it as such! This is the new intended behavior.
Why? Short Answer: Because Mojang decided it's time to move on from the way it used to work. Longer Answer: We're just keeping things simple and cutting down on maintenance headaches.
What EXACTLY has changed?
- The Config Option
allowedToRetrievePlayerHeadhas been renamed toallowedToRetrieveOwnPlayerHead. - asedit.head has not be removed. Retrieving Player Head will work with EITHER/OR
Q: I want the old Player Head System Back, how can I enable this? If you're feeling nostalgic and want the old functionality back (and hey, want to share it with everyone), go ahead and fork ASE and shoot us a Pull Request. I will not, at this stage, be investing the time and energy to look at how to implement it.
New Permission: asedit.rename.color
As was a problem on a few servers, admins wanted the ability to block Color Code Edits on an ArmorStand. Therefore we have now added asedit.rename.color that will block color edits, if not enabled.
Please set that permission true to keep the functionality as it is now. Otherwise, you will have players asking why they get the below error message when trying to make their armorstand have a colored name:
Please make sure you have the ability/permission to give your ArmorStand Colored Names.
What else has changed?
- Fixed issue when Paper/Folia users were updating to 1.20.5
- Fixed the long overstanding bug where /ase give wouldnt work if you had configuration option enabled but not the permission. Now looks at either/or
- Added ItemAdder/Custom Furniture Protection
- Fixed Menu to show Blank Slots when users dont have permissions.
- Updated the version check to take from the config not the Plugin Description File.
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.20.4-45...1.20.6-46
1.20.4-45Релиз1.20.2, 1.20.3, 1.20.4 · 22 декабря 2023 г.
Greetings and Happy Holidays from the team.
This will be the last ArmorStandEditor release for the year 2023. This update is a "minor" change that introduces:
- Support for 1.20.4
- Fix an issue in BentoBoxProtection when using AOneBlock in place of BSkyBlock
- Fix for a minor issue with the UI
BUT there is one surprise now added to the Plugin. If you can find it, without reading the below - Props to you!
Wishing you a happy holidays, whatever you celebrate, and a safe and healthy start to 2024. Kind Regards, Wolfie
- NEW: Preset Poses
One final update or new feature that managed to slip in last minute before the year end. There is now a list of preset poses in the plugin. This works the same way the /ase stats command does, in which you need to be next to the Armor Stand in order for the preset to take effect.
For Server Owners/Admins: This is mapped to the asedit.basic permission as I see this as part of the basic functionality of the plugin.
List of Poses can be found below:
- Sitting
- Greeting (2 Different Poses)
- Waving
- Cheers
- Archer
- Dancing
- Hanging for Dear Life (probably needs a better name LOL)
- Present
- Fishing
There is also an easy way to get back to the main menu and a short How To message on how to use it.
When setting a pose, you will hear a Comparator Click and the Menu will close automatically. This is not a bug so please do not log support tickets on it.
Комментарии
Загружаем…