Skip to content

Wolfieheart/ArmorStandEditor

 
 

Repository files navigation

Build Status Maintainability Rating
CodeFactor Scanned with Sonarcloud
wakatime Compatibility/GetBukkit License Support Discord

ArmorStandEditor is a plugin for Spigot / Paper, All related forks / Folia etc. to allow players in survival to easily edit armor stand pose and attributes.

Downloads

Downloads for Version 1.17 and higher can be obtained from the download page or our release tracker here on GitHub. For versions older than 1.17, then please use the original versions download page.

The Latest Downloads Shortcut Links:

NOTE: The 1.17 Versions introduce NMS Version Checks and will not load on versions older than 1.13.

It will also advise that if you are on 1.13 to 1.16, that you update to 1.17.x or Higher. This will be subject to change in the future. The minimum enforced API Version is 1.13.

Features

  • Editing ArmorStands with no commands required
  • Rotation of all ArmorStand Parts along each axis
  • Rotation of entire ArmorStand after Placement. Supported by Crouching and Scrolling, so you never have to open the menu
  • Finer Adjustment to allow for Fine-Tuning of Positions.
  • Adjust the Vulnerability State of your ArmorStand
  • Coarser Adjustments to allow you to quickly to get to the intended position
  • Toggles for: Disabling Slots, Invisibility, Gravity, Base Plates, Size (Normal and Small)
  • Copying and Pasting ArmorStand Settings between ArmorStandEditor in a Survival Friendly way
  • Storage of Copied Settings in one of 9 available slots.
  • Naming of ArmorStands through the use of Vanilla Name tags, with colored name support
  • Multiple Language Support through the use of community translations
  • Respects multiple protection plugins: WorldGuard, Towny, GriefPrevention, PlotSquared etc.
  • Targeting of an ArmorStand by pressing F with the tool in your hand
  • Toggle for Vulnerability of the ArmorStand (New in 1.20)
  • Ability to get Player Heads via a Command (New in 1.20)
  • Glowing ArmorStand to signify Targeting and Slot Disables through the use of Scoreboards.
  • Folia Support (as of 1.19.4)

Support

Support for ArmorStandEditor is provided:

  • For API-Versions Higher than 1.13
  • For Latest Release and Unstable versions of the Plugin

If there are issues with the plugin on the latest release, you can report them here. If there are new feature requests, you can ask them to be implemented here.

NOTE: Bugs are also first tested to ensure that they can be reproduced according to the reported steps. If they can not, we will ask for more info.

Adding ArmorStandEditor as a Dependency

ArmorStandEditor has an API and is supported through Jitpack. The Source Code for that API can be found here. You can find an example plugin here. It contains very basic tests and examples of what you could do with such an API.

For Maven Users, if you want to interact directly, you need to add the following to your pom.xml file:

     <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
     </repository>
    <dependency>
      <groupId>com.github.Wolfieheart</groupId>
      <artifactId>ArmorStandEditor</artifactId>
      <version>latest</version>
    </dependency>

Credits / Special Thanks

JetBrains Logo (Main) logo

JetBrains, creators of IntelliJ Idea, who are supporting ArmorStandEditor with one of their Open Source Licenses. IntelliJ Idea is the IDE recommended for working with ArmorStandEditor.

RypoFalem for the original version of this plugin. Thank you for all your hard work (Archived on this repository on the branch Original-Version )

Anyone who has contributed to this project with tests, issues, code reviews etc. Thank you!

Shamblecraft

Shamblecraft for using the plugin originally and giving me the idea to maintain it.