

EditableStands
Modification for simple armor stand editing
This modification allows you to edit armor stands in the most intuitive way possible, closely matching vanilla Minecraft mechanics. Everything is done through simple item usage and object interaction, without any graphical interfaces. An ideal solution for vanilla servers!
Main features
Adding arms:
Hold SHIFT and click on the stand with two sticks in hand.
Removing arms:
Hold SHIFT and use shears on the stand. You'll get two sticks back.
Adding base plate:
Hold SHIFT and apply smooth stone slab to the stand.
Removing base plate:
Hold SHIFT and use any pickaxe on the stand. Smooth stone slab will drop.
Making it small:
Hold SHIFT and use an axe on the stand. You'll get two sticks back.
Making it big:
Hold SHIFT and use two sticks on the stand in hand.
Configuration
# Enabling main features
armsAdd: true # Adding arms
armsRemove: true # Removing arms
plateAdd: true # Adding base plate
plateRemove: true # Removing base plate
doSmall: true # Making small
doBig: true # Making big
# Additional parameters
dropItems: true # Item dropping
playSounds: true # Sound playback
# Item management
removeItems: true # Item removal
removeItemsInCreative: false # Item removal in creative
damageTools: true # Tool damage
damageToolsInCreative: false # Damage in creative
Permissions
editablestands.arms.add - permission to add arms.
editablestands.arms.remove - permission to remove arms.
editablestands.plate.add - permission to add base plate.
editablestands.plate.remove - permission to remove base plate.
editablestands.size.small - permission to make small.
editablestands.size.big - permission to make big.
Commands
/editablestands reload - plugin reload.
/editablestands info - plugin information.