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!
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.
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
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.11...26.1.x
[1.21.11-50.1]
Fix for Custom Item Model not working
Fix for Folia: #813
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.
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.
You can compare your config to the new one on https://github.com/Wolfieheart/ArmorStandEditor/blob/master/src/main/resources/config.yml
What sadly has been dropped is Spigot Support buit this means going forward, ASE will work completely with the Paper Architecture.
Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.5-48.3...1.21.10
New things
Bug Fixes:
java.lang.IllegalArgumentException: Team name 'AS-InUse' is already in use ) will now just continue like with lockedTeam if its already found.Feature Changes:
/ase stats will now also report if the ArmorStand is InUse
Paper plugin to allow players to edit armorstands without commands.