MineflayerArmorManager icon indicating copy to clipboard operation
MineflayerArmorManager copied to clipboard

How to support elytra ???

Open AugustinMauroy opened this issue 2 years ago • 1 comments

I want to use elytra but the plugins doesn't allow us to use elytra.

So I'm able to code the feature. But how add a method like equipeElytra or bot.armor.elytra=true ???

What do you thinks ?

AugustinMauroy avatar Aug 20 '23 19:08 AugustinMauroy

It most likely needs to be implemented in equipItem function based on bot.armorManager.prioritizeElytra value. So that when bot picks up elytra they will equip it regardless of what they are wearing.

G07cha avatar Aug 24 '23 11:08 G07cha