Releases: Wolfieheart/ArmorStandEditor
ArmorStandEditor-Reborn: 1.20.1-43 - The Tales & Trails update
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- [API] Introduction of Developer API and Custom Events
At the request of Piinnkk there is now a Custom Developer API for ArmorStandEditor -> You can see the example usage of it on: https://github.com/Wolfieheart/ArmorStandEditor/tree/dev/120-43/API-Example-Plugin
- [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
What's Changed
- [CORE] Add in Custom Item Name Support - Closes #118 by @Wolfieheart in #122
- [CORE] ArmorStandEditor 1.19.2-38: Finalize Release by @Wolfieheart in #124
Full Changelog: 1.19.2-37.2...1.19.2-38
ArmorStandEditor-1.19.2-37.2
What's Changed
Full Changelog: 1.19.2-37...1.19.2-37.2
ArmorStandEditor-Reborn v1.19.2-37
What's Changed
- [CORE] Add Lands protection by @PlanetTeamSpeakk in #116
- Update LandsAPI to v6.14.4 by @renovate in #117
New Contributors
- @PlanetTeamSpeakk made their first contribution in #116
Full Changelog: 1.19.1-36...1.19.2-37
ArmorStandEditor v1.19.1-36
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
[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
What's Changed
- ArmorStandEditor 1.18.2-34.2 by @Wolfieheart in #64
Full Changelog: 1.18.2-34.1...1.18.2-34.2
ArmorStandEditor 1.18.2-34.1
What's Changed
Full Changelog: 1.18.2-34...1.18.2-34.1
ArmorStandEditor 1.18.2-34
What's Changed
- Version: ArmorStandEditor 1.18.2-34 by @Wolfieheart in #38
Changes
- Better Fix for the reintroduction of the bug regarding Player Interaction Events being fired Twice (Wolfieheart/ArmorStandEditor-Issues#27)
- Alot of fixes in the CI Stage (#28, #29, #34, #36 etc. etc. etc.)
- Update Simplified Chinese Translation (#33)
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
What's Changed
- Version: ArmorStandEditor 1.18.1-33 by @Wolfieheart in #22
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