Skip to content

Plugin for editing armor stands for MC:JE 1.17-1.21 in Kotlin

License

Notifications You must be signed in to change notification settings

LuK050/EditableStands

Repository files navigation

EditableStands

A plugin that adds new mechanics for editing armor stands. What is its feature? This mechanic is very close to vanilla, it does not use GUI interfaces, but everything is done using tools, items and clicks. The plugin is perfect for vanilla servers!

a_s_aems

How to use:

・Adding arms:
With SHIFT pressed, press with your hand on the stand with 2 sticks.

・Removing arms:
With SHIFT pressed, press with your hand on the stand with shears. You will drop 2 sticks

・Adding plate:
With SHIFT pressed, press with your hand on the stand with smooth stone slab.

・Removing plate:
With SHIFT pressed, press with your hand on the stand with any pickaxe. You will drop smooth stone slab.

・Make it small:
With SHIFT pressed, press with your hand on the stand with any axe. You will drop 2 sticks.

・Make it big:
With SHIFT pressed, press with your hand on the stand with 2 sticks.

Configuration:

armsAdd: true
armsRemove: true
plateAdd: true
plateRemove: true
doSmall: true
doBig: true

dropItems: true

playSounds: true

removeItems: true
removeItemsInCreative: false

damageTools: true
damageToolsInCreative: false

Permissions:

editablestands.arms.add - permission to add arms.
editablestands.arms.remove - permission to remove arms.
editablestands.plate.add - permission to add plate.
editablestands.plate.remove - permission to remove plate.
editablestands.size.small - permission to downsize.
editablestands.size.big - permission to enlarge.

Commands:

/editablestands reload - plugin reload.
/editablestands info - plugin information.

Resources:

・Modrinth: https://modrinth.com/plugin/editablestands
・SpigotMC: https://spigotmc.org/resources/editablestands.100873/
・CurseForge: https://www.curseforge.com/minecraft/bukkit-plugins/editablestands