Skip to content

Releases: Wolfieheart/ArmorStandEditor

ArmorStandEditor-Reborn: 1.20.1-43 - The Tales & Trails update

29 Jun 07:57
d9aa477

Choose a tag to compare

This update introduces ArmorStandEditor to the 1.20(.1) update. 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)

3 Weeks later than I wanted but that's the way the world works.

What is New?

  • [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
  • [CORE] ASE 1.20.1-43.1: Remove Residence Support (Spigot Unban)

Full Changelog: 1.19.4-42.1...1.20.1-43
Full Changelog: 1.19.4-42.1...1.20.1-43.1

ArmorStandEditor: 1.19.2-38

18 Oct 10:02
1745374

Choose a tag to compare

What's Changed

Full Changelog: 1.19.2-37.2...1.19.2-38

ArmorStandEditor-1.19.2-37.2

11 Sep 11:43
22ccc01

Choose a tag to compare

What's Changed

  • Update dependency com.github.angeschossen:LandsAPI to v6.15.0 by @renovate in #121

Full Changelog: 1.19.2-37...1.19.2-37.2

ArmorStandEditor-Reborn v1.19.2-37

09 Sep 10:16
16f14b8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.1-36...1.19.2-37

ArmorStandEditor v1.19.1-36

29 Jul 15:46
5b4a994

Choose a tag to compare

What's Changed

  • [CORE] ArmorStandEditor 1.19.x-36 by @Wolfieheart in #84
  • [CORE] Fix Update Notifications for OPs while in Dev and Disable Op on Join Notifications unless enabled in config
  • [CORE] Remove all the debug output until a better fix comes along for it
  • #97
  • #100
  • [CORE] Change Moving ArmorStands to asedit.placement permission
  • [CORE] Update to 1.19.1

Full Changelog: 1.19-35...1.19.1-36

ArmorStandEditor 1.19-35

22 Jun 19:58
51d476c

Choose a tag to compare

[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
Questions can go to our Discord - https://discord.com/invite/aUf4AWAKmr

What's Changed

Full Changelog: 1.18.2-34.2...1.19-35

ArmorStandEditor 1.18-34.2

14 May 20:28
c5bb598

Choose a tag to compare

What's Changed

Full Changelog: 1.18.2-34.1...1.18.2-34.2

ArmorStandEditor 1.18.2-34.1

07 Mar 09:41
05fc35e

Choose a tag to compare

What's Changed

  • Update dependency com.palmergames.bukkit.towny:towny to v0.98.0.3 by @renovate in #39

Full Changelog: 1.18.2-34...1.18.2-34.1

ArmorStandEditor 1.18.2-34

06 Mar 10:44

Choose a tag to compare

What's Changed

Changes

Tested on:

Windows 11 Pro
Purpur version git-Purpur-1465

Full Changelog: 1.18.1-33...1.18.2-34

ArmorStandEditor 1.18.1-33

06 Jan 20:46
f93bfc8

Choose a tag to compare

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: 1.18.1-32...1.18.1-33