Added: You can now choose what items should take damage when separating the combined elytra. (If the combined has taken damage)
Code (YAML):
# Should the items take damage when separated?
# Otherwise they get fully repaired.
item-damage:
enabled
: true
damage-chestplate
: true
damage-elytra
: false
Updated: Command Handling has been changed, and should now be callable through other plugins.