EasyArmorStands icon

EasyArmorStands -----

Drag and drop armor stand and display entity editor




Improvements
  • New config layout
    • Old configurations are updated automatically
    • Config files are now created in the plugin folder automatically
  • Added FancyHolograms integration
    • Holograms can be selected and edited using EasyArmorStands
  • Added Lands integration
    • Role flag easyarmorstands_edit (Edit entities)
    • Bypass using easyarmorstands.lands.bypass
  • Renamed /eas group to /eas select
    • Permission changed to easyarmorstands.select
    • Selecting multiple entities also requires easyarmorstands.group permission
  • Added /eas tag command to manipulate scoreboard tags
    • Makes it easier to target entities using command blocks
    • Permission: easyarmorstands.property.tags
    • /eas tag add: Add a tag
    • /eas tag remove: Remove a tag
    • /eas tag list: List tags of the selected entity
    • /eas tag select: Select all entities with a tag
      • Permission: easyarmorstands.select.tag
      • Selecting multiple entities also requires easyarmorstands.group permission
  • Added /eas viewrange
    • Can be used to set the view range of a display entity
    • Values are relative: 1.0 is the default, e.g. 0.5 halves the view range
  • Added scale limits to the config
    • Allows preventing the creation of very large entities
    • Display entity scale is unrestricted by default
  • Allow disabling integrations using the config
Fixes
  • Fix Head Database menu on versions before 1.13
API changes
  • Added Session#getElements
----------, Dec 11, 2024

Improvements
  • Added clipboard
    • Copy all properties of an entity using /eas copy
    • Copy a single property by shift+clicking it in the entity menu
    • Paste properties into another entity using /eas paste
  • Added /eas glow color
  • Added interaction entity support
  • Readded /eas scale
  • Added Residence support
  • Allow dropping tool if no entity is selected
  • Show a message when an entity cannot be selected due to an integration such as WorldGuard
  • Allow using /eas align with default permissions
  • Split equipment property permission into a different permission for each slot
  • Show absolute position in move tool
Fixes
  • Fixed buttons not updating their tooltips after being clicked on 1.8.8
  • Fixed double clicks in the menu being treated like three clicks
API changes
  • Added PlayerDiscoverElementEvent
    • Cancel to prevent showing a button for an entity
----------, Oct 6, 2024

Improvements
  • Added GriefDefender integration
  • Added 1.21 support
Fixes
  • Fixed Brigadier support on Paper 1.21
  • Fixed undo/redo of entity creation/deletion on Paper 1.9.x
  • Removed Java 17 requirement
----------, Jun 19, 2024

Announcements
Improvements
  • Added region selection
    • Shift + right click to start a box selection
    • Right click to confirm the box or left click to cancel
    • Right click again to edit the selected entities
  • Added copy button to the menu
    • Gives you an item (spawn egg or armor stand) which will spawn a copy of the entity
Fixes
  • Fixed scale mode being visible despite not having the scale permission
    • Modes can only be selected if you have permission to edit any property within it
  • Fixed being unable to scale entities if their scale is zero (#13)
API changes
  • Added MenuFactory
    • Allows other plugins to define custom menus
  • Added ElementSpawnRequest
    • Allows other plugins to add their own buttons to the spawn menu
----------, Jun 9, 2024

Improvements
  • Added 1.20.6 support
  • Use F to switch between local/global/scale modes (instead of right click)
    • Right click still works on 1.8
  • Added /eas info
    • Can be used to obtain the entity UUID for use in other commands like /data
  • Added entity scale tool
    • Any living entity can be scaled in 1.20.5+
    • Removed /eas scale <scale>
    • Use /eas scale or click the Scale tool in the middle in scale mode
    • Use /eas set <value> with that tool to set an exact number
Fixes
  • Fixed NullPointerException when using Text Displays on Spigot
  • Fixed description missing from color picker presets
  • Fixed entity glow button missing from certain types of display entities
API changes
  • Added PropertyRegistry.create(Element)
----------, May 18, 2024

Improvements
  • Add 1.20.3 and 1.20.4 support
  • PlotSquared restrictions only apply in plot areas (plot worlds)
    • PlotSquared being installed no longer prevents using the editor in all other worlds
    • You can still use WorldGuard to restrict using the editor outside of plot worlds
  • Significantly increased editor range
    • Editor tool size is increased if you are far away
Fixes
  • Fix clicks being detected twice on some servers with high network latency
  • Fix entity glow button missing from certain types of display entities
API changes
  • Added ElementSelectionNode to API
    • Allows registering your own element discovery sources to enable editing custom objects
----------, Dec 21, 2023

Fixes
  • Fix custom fonts in menu titles
  • Fix optimized entity spawning on 1.20.2
  • Fix an issue preventing spawning text displays
----------, Oct 19, 2023

Improvements
  • Add 1.20.2 compatibility
  • Allow specifying custom-model-data for configured items
Fixes
  • Fix being unable to set configured item types to air
  • Fix default text display background color not being detected as default
  • Fix title slowly fading in when first using the editor
API changes
  • Move PointButton and BoundingBoxButton to API
  • Add missing nullability annotations
  • Properties are no longer allowed to contain null values
----------, Sep 29, 2023

[​IMG]
  • Added grouping
    • Shift+Right Click entities to add them to the group
    • Right Click to confirm and start editing the group
  • Added localization
  • Added configuration for menu layouts and properties
  • Added display entity content and custom entity names to menu
  • Improved display entity editor tools
    • Added better controls for the bounding box
    • Rotating display entities also affects the bounding box
  • Improved color picker
    • Item stays on the entity while being recolored
  • Moved spawn menu to Left Click (previously Shift+Right Click)
    • Shift+Right Click is now used for grouping
  • Added update checker
----------, Sep 3, 2023

  • Replaced particles with display entities on 1.19.4+
  • Restructured commands
  • Added item display transform mode to GUI
  • Added destroy button to GUI
[​IMG]
----------, Aug 6, 2023

  • Entities now look at you when they are spawned
  • Added /eas reset to quickly reset certain entity properties such as rotation
  • Fixed RGB colors on Spigot servers
  • Fixed some issues with /eas convert
  • WorldGuard and PlotSquared permissions are now enforced on undo/redo
----------, Jun 13, 2023

  • Fixed WorldGuard/PlotSquared restrictions not being checked when selecting an entity.
----------, Jun 7, 2023

  • Fixed incompatibility with 1.12
  • Sneak to disable snapping
  • Fixed display entity rotation being slightly inaccurate after /eas convert
  • Click values in /eas info to copy them
----------, Jun 4, 2023

  • Display entity support
  • /eas convert to attempt to convert an armor stand to an item display entity
  • /eas text to edit text display content
  • Many new /eas subcommands, almost all properties can be edited using commands
  • Support for all entity types - can move any entity, not just armor stands or display entities
  • Redesigned and rewrote the editor
  • Changed permissions
----------, May 29, 2023

New features:
  • Use /eas undo and /eas redo to undo/redo changes
  • Recolor leather armor using the color picker in the menu
  • WorldGuard integration
  • Delete the selected armor stand using /eas destroy
  • bStats metrics
----------, Mar 13, 2023

Resource Information
Author:
----------
Total Downloads: 3,648
First Release: Mar 3, 2023
Last Update: Dec 11, 2024
Category: ---------------
All-Time Rating:
22 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings