Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/ArmorStandEditor-Reborn
  • ArmorStandEditor-Reborn 26.1.2-51

    release12 мая 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

  • ArmorStandEditor-Reborn 1.21.11-50.1

    release20 марта 2026 г.

    [1.21.11-50.1]

    Fix for Custom Item Model not working
    Fix for Folia: #813
    
  • ArmorStandEditor-Reborn 1.21.11-50

    release26 февраля 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.

  • ArmorStandEditor-Reborn 1.21.10-49.3

    release22 ноября 2025 г.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.21.5-48.3...1.21.10

  • ArmorStandEditor-Reborn 1.21.7-49

    release12 июля 2025 г.

    New things

    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 stats will now also report if the ArmorStand is InUse
  • ArmorStandEditor-Reborn 1.21.5-48.3

    release1 мая 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.

  • ArmorStandEditor-Reborn 1.20.6-46

    release19 мая 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 allowedToRetrievePlayerHead has been renamed to allowedToRetrieveOwnPlayerHead.
    • 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

  • ArmorStandEditor-Reborn 1.20.4-45

    release22 декабря 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.

  • ArmorStandEditor-Reborn 1.20.1-43.2

    release13 августа 2023 г.

    This update is to hotfix some issues in the ASE 1.20(.1)-43 and 43.1 releases. This versions will work on all APIs until 1.14. NOTE: Not all features will work but this has been tested both on 1.19 (Folia) and 1.20.1 (Paper)

    However this will be the last version to support anything below 1.17, so If you are using 1.16.5 and lower, this is will be my last update for those versions.

    Why no more support for below 1.16.5?

    Per the statistics/metrics that we get via BStats, most of the player base are using a version higher than 1.16.5, therefore I don't see a need to keep things backwards compatible to below 1.17.

    Don't worry, the versions that have been made available previously to those using 1.16.5 and lower, will still be made available to download via Spigot and Here on Github via the Readme File.

    What's Changed/been fixed?

    • [CORE] Fix the broken permission for ArmorStandVisibilility - #WolfieCantSpell
    • [CORE] Fix the permission check for being able to edit an ItemFrame
    • [CORE] Fix for the String Duplication when warning about MC Versions (Internal Refactor)
    • Some fixes for the Readme File - Mostly fix the Logos for Jetbrains and Shamblecraft.

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.20.1-43.1...1.20.1-43.2

  • ArmorStandEditor-Reborn 1.20.1-43

    release28 июня 2023 г.
    • [CORE] Implementation for PlayerHeads by Command NOTE: To use this you will need to enable the following in your config.yml (Or regen and you will see the options) + the permission asedit.head in order to use this functionality
    
    #(Optional) Allow Players to get Player Heads from a Command. NOTE: If this is False, this will not work.
    #You will also need asedit.head to be set TRUE as well in your Permissions Manager / File
    allowedToRetrievePlayerHead: false
    
    #Each time the command is used, the admins will be notified that this has been ran but only
    #if this setting is made true
    adminOnlyNotifications: false
    
    • [CORE] Console Support for Reloading, Help and Version Commands

    • [CI] All the Core Version of Plugins for 1.20.1

    • [CORE] Invulnerable ArmorStands NOTE: To use this, you will need the permission asedit.toggleVulnerability

    • [CORE] Permission System Refactor All permissions are now disabled by default and there are ALOT MORE of them.

      asedit.basic:
        description: Allow use armorstand edit functions. If set to false it will override all other functions.
        default: true
      asedit.rename:
        description: Rename armorstands - Now Supports Color
        default: false
      asedit.equipment:
        description: Access armorstand equipment GUI
        default: false
      asedit.disableSlots:
        description: Allows locking and unlocking the contents of an ArmorStand. When locked, armor and equipment can not be added or removed without unlocking it first.
        default: false
      asedit.give:
        description: Gives player the EditTool with Proper CustomModelData
        default: false
      asedit.update:
        description: Allows the checking for updates.
        default: false
      asedit.reload:
        description: Allows Reloading of the ASE Config.
        default: false
      asedit.head:
        description: Allows players to trigger a command to retrieve a player head
        default: false
      asedit.movement:
        description: Changes whether the armor stand can be moved using the item for editing
        default: false
      asedit.rotation:
        description: Allows player to rotate the ArmorStand
        default: false
      asedit.copy:
        description: Allows the players to create copies of their ArmorStand Configurations.
        default: false
      asedit.paste:
        description: Allows the players to apply of a copy of their ArmorStand Configuration.
        default: false
      asedit.reset:
        description: Allows the reset of the ArmorStand back to Default values
        default: false
      asedit.togglearmorstandvisibility:
        description: Toggles ArmorStand visibility.
        default: false
      asedit.toggleitemframevisiblity:
        description: Allows setting of ItemFrame Visibility
        default: false
      asedit.toggleInvulnerability:
        description: Allows players to toggle the vulnerability state of an ArmorStand.
        default: false
      asedit.togglebaseplate:
        description: Allows the toggling of the Baseplate of an ArmorStand.
        default: false
      asedit.togglearms:
        description: Allows the toggling of the Arms of an ArmorStand.
        default: false
      asedit.togglesize:
        description: Allows the toggling of the size of an ArmorStand.
        default: false
      asedit.togglegravity:
        description: Changes whether the armor stand has gravity
        default: false
    
      asedit.ignoreProtection.towny:
        description: Allows user to ignore Towny's Protection Limitations.
        default: false
      asedit.ignoreProtection.griefProtection:
        description: Allows user to ignore GriefProtection's Protection Limitations.
        default: false
      asedit.ignoreProtection.plotSquared:
        description: Allows user to ignore PlotSquared's Protection Limitations.
        default: false
      asedit.ignoreProtection.worldGuard:
        description: Allows user to ignore WorldGuard's Protection Limitations.
        default: false
      asedit.ignoreProtection.skyblock:
        description: Allows user to ignore Skyblock's Protection Limitations.
        default: false
      asedit.ignoreProtection.griefDefender:
        description: Allows user to ignore GriefDefender's Protection Limitations.
        default: false
      asedit.ignoreProtection.lands:
        description: Allows user to ignore Lands Protection Limitations.
        default: false
      asedit.ignoreProtection.bentobox:
        description: Allows user to ignore Bentobox Protection Limitations.
        default: false
      asedit.ignoreProtection.residence:
        description: Allows user to ignore Residence Protection Limitations.
        default: false
    

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.19.4-42.1...1.20.1-43

  • ArmorStandEditor-Reborn 1.19.2-38

    release9 апреля 2023 г.

    What's Changed

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.19.2-37.2...1.19.2-38

  • ArmorStandEditor-Reborn 1.19.1-36

    release9 апреля 2023 г.

    What's Changed

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.19-35...1.19.1-36

  • ArmorStandEditor-Reborn 1.19-35

    release9 апреля 2023 г.

    [CORE] Changes

    Changes to the core of the plugin - Ex: New Features, Bug Fixes, Performance Improvements etc.

    • [CORE] Re-implementation of PlotSquared, WorldGuard, GriefPrevention and Towny Protections - BREAKING CHANGE
    • [CORE] Updated Translations
    • [CORE] Metrics Fixes for Bstats
    • [CORE] Bug Fixes
    • [CORE] Permission Improvements for OP Users - BREAKING CHANGE
    • [CORE] Performance Improvements
    • [CORE] Introduction of CustomModelData Support - BREAKING CHANGE
    • [CORE] Update Readme.md for Discord Support
    • [CORE] More Debug Output
    • [CORE] 1.19 Update
    • [CORE] Code Review Remarks from SonarCloud and CodeFactor

    [CI] Changes

    Changes relating to the Continuous Integration of other Plugin APIs etc.

    • [CI] Massive Dependency Updates
    • [CI] Java 18 Builds (futureproofing)
    • [CORE/CI] Move to PaperMC API - Investigated and not feasible at the moment.

    BREAKING CHANGE INFO:

    Protections:

    ASE now has implemented better protection options for the following plugins

    • PlotSquared
    • GriefDefender and GriefPrevention
    • WorldGuard
    • SuperiorSkyblock

    This may or may not break existing functionality but was tested and checked by Wolfieheart before release

    Permissions:

    Overhaul of permissions and introduction of permpacks. Recommendation of the permissions below:

    • asedit.* for all Mods and Admins
    • asedit.permpack.basic and asedit.permpack.dontIgnoreProtections for everyone else

    CustomModelData Support

    ASE now supports CustomModelData. If you wish to avail of this, please enable it in the config and give people the permission asedit.give in order to use this

    Issues and Questions?

    Please report all issues to https://github.com/Wolfieheart/ArmorStandEditor/issues

    What's Changed

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.18.2-34.2...1.19-35

  • ArmorStandEditor-Reborn 1.18.2-34.2

    release9 апреля 2023 г.

    What's Changed

    Changes

    Tested on:

  • ArmorStandEditor-Reborn 1.18.1-33

    release9 апреля 2023 г.

    What's Changed

    Changes

    • Debug Flag fix
    • Better Debug Output: Now logs to file and Console rather than broadcasting to everyone
    • Fix for ItemFrameVisibility not being supported in GUI
    • Fix for armorStandVisibility not being supported in the GUI

    Notes from Wolfie:

    Sorry for the huge delay with getting this out. The move, Christmas Holidays and a few other things got in the way of this. Next update should hopefully be quicker depending on availability.

    Tested on:

    Windows 11 Pro Purpur version git-Purpur-1465

    Full Changelog: https://github.com/Wolfieheart/ArmorStandEditor/compare/1.18.1-32...1.18.1-33

  • ArmorStandEditor-Reborn 1.18-31

    release9 апреля 2023 г.

    What is new in this update:

    Version 1.18-31:

    • 1.18 Caves and Cliffs Part 2 Support
    • Towny Support
    • Moved V1_17 to supported but not latest.
    • Version Command: /ase version
      • Uses asedit.basic as the permission for it
    • Code Review remarks from SonarCloud
  • ArmorStandEditor-Reborn 1.17-30

    release9 апреля 2023 г.

    Version 1.17.1-30:

    Addition of Disabling Slots with Glowing Effects (Wolfieheart/ArmorStandEditor-Issues#5)
    Updated ReadMe to include Download Links to Older Versions
    Addition of bStats Metrics Support
    Fixes for Incorrectly Translated Strings (Wolfieheart/ArmorStandEditor-Issues#6)
    Fix for ItemFrame firing 2 events
    Additions to implement more features for itemFrames in the future. To Be determined.
    
  • ArmorStandEditor-Reborn 1.16-25

    beta9 апреля 2023 г.

    Original Version as last developed by RypoFalem

Совместимость

Сведения

Лицензия:GPL-3.0-only
Опубликован:3 года назад
Обновлён:1 месяц назад
ID проекта:
Главная