Wolfieheart / ArmorStandEditor

Spigot/Paper etc. plugin to allow players to edit armorstands without commands.
GNU General Public License v3.0
28 stars 25 forks source link

Lock ArmorStands without using Flint #176

Open Wolfieheart opened 1 year ago

Wolfieheart commented 1 year ago

Is your feature request related to a problem?

I believe it would be rather nice if we could lock armor stands so that we don’t accidentally misclick them and remove pieces of whatever project we’ve made or are making. I don’t know how common of an issue it is but I’d like to believe I’m not the only person who loves to overdo it with armour stands

Describe the solution you'd like.

Ability to lock without command / flint

Describe alternatives you've considered.

N/A

Agreements

Other

Requested via Discord - See DM from Supermonis

Wolfieheart commented 1 year ago

Hrmmm wondering how to do this since switching from OffHand to MainHand is already occupied partially.

Disabling of Slots you can do with /asedit mode disableslots but permalocking them is gonna be an interesting one. Could add both a command for it and a menu option TBH.

Wolfieheart commented 1 year ago

Then again and I am thinking out loud here while writing, that you could easily do:

addEquipmentLock(REMOVING_OR_CHANGING) when disabling slots..... Might make things easier, and have it work via an extended parameter of the command. To be seen, will play around with it eventually.