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?
allowedToRetrievePlayerHead has been renamed to allowedToRetrieveOwnPlayerHead.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?
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.20.4-45...1.20.6-46

Paper plugin to allow players to edit armorstands without commands.