Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Wolfieheart

Allows players in survival to easily edit armor stand pose and attributes without commands.

Report ArmorStandEditor-Reborn?

Release
26.1.2-51

Wolfieheart released ArmorStandEditor-Reborn version 26.1.2-51 on May 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

Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.11...26.1.x

Information

Published onMay 12, 2026
Downloads20

Platforms

Paper Paper (1.17-26.1.2)