mojira.dev
MC-99548

Elytra-Speed-Exploit

Player can move veryfast when Elytra opens instantly.
https://youtu.be/75obI4gzgA8

code in EntityPlayerSP:
//if (this.movementInput.jump && !flag && !this.onGround && this.motionY < 0.0D && !this.func_184613_cA() && !this.capabilities.isFlying) {
if (this.movementInput.jump && !this.func_184613_cA()) {

ItemStack itemstack = this.getItemStackFromSlot(EntityEquipmentSlot.CHEST);

if (itemstack != null && itemstack.getItem() == Items.elytra && ItemElytra.isBroken(itemstack))
{
this.sendQueue.addToSendQueue(new CPacketEntityAction(this, CPacketEntityAction.Action.START_FALL_FLYING));
}
}

Comments 2

Is this an issue in vanilla servers without the elytra movement check disabled?

It's been over a year since the question was asked, please respond to the question or attach the files requests and keep the ticket updated.

MCgaming4K

(Unassigned)

Unconfirmed

Minecraft 1.9

Retrieved